Fix spelling mistake

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@47940 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2008-01-13 22:06:51 +00:00
parent bc7861be9f
commit 6afd4655de

View File

@ -18,7 +18,7 @@ class TreeDropdownField extends FormField {
* Create a new tree dropdown field.
* @param name The name of the field.
* @param title The label of the field.
* @param sourceObject The object-type to list in the tree. Must be a 'heirarchy' object.
* @param sourceObject The object-type to list in the tree. Must be a 'hierachy' object.
* @param keyField The column of that object-type to return as the field value. Defaults to ID
* @param labelField The column to show as the human-readable value in the tree. Defaults to Title
*/
@ -144,4 +144,4 @@ HTML;
}
?>
?>