From a1d7f67d81bdc7ece8a757ab79d0b64f4e612bfd Mon Sep 17 00:00:00 2001 From: Mike Erwin Date: Thu, 28 Jan 2016 00:30:50 -0500 Subject: cleanup: spelling / typos no functional changes --- source/blender/python/intern/bpy_props.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/intern/bpy_props.c') diff --git a/source/blender/python/intern/bpy_props.c b/source/blender/python/intern/bpy_props.c index 529ee3bae9a..ce9b3e754ac 100644 --- a/source/blender/python/intern/bpy_props.c +++ b/source/blender/python/intern/bpy_props.c @@ -2630,7 +2630,7 @@ PyDoc_STRVAR(BPy_EnumProperty_doc, " [(identifier, name, description, icon, number), ...] where the identifier is used\n" " for python access and other values are used for the interface.\n" " The three first elements of the tuples are mandatory.\n" -" The forth one is either the (unique!) number id of the item or, if followed by a fith element\n" +" The fourth one is either the (unique!) number id of the item or, if followed by a fith element\n" " (which must be the numid), an icon string identifier or integer icon value (e.g. returned by icon()...).\n" " Note the item is optional.\n" " For dynamic values a callback can be passed which returns a list in\n" -- cgit v1.2.3