Merge pull request #3342 from mparkhill/patch-2

fix speling error in plural_name var description
This commit is contained in:
Sean Harvey 2014-07-29 12:00:36 +12:00
commit 4f1c055aa3

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