mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
fix speling error in plural_name var description
The comment description for plural_name variable had a spelling error
This commit is contained in:
parent
7bbc74e576
commit
7417566642
@ -81,7 +81,7 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
|
||||
private static $singular_name = null;
|
||||
|
||||
/**
|
||||
* Human-readable pluaral name
|
||||
* Human-readable plural name
|
||||
* @var string
|
||||
* @config
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user