fix speling error in plural_name var description

The comment description for plural_name variable had a spelling error
This commit is contained in:
Michael Parkhill 2014-07-29 11:52:59 +12:00
parent 7bbc74e576
commit 7417566642

View File

@ -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
*/