Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-01-22 08:49:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-22 08:54:35 +0300
commitc0bbb93b887411545b58cfa2e1c70459a2c40f73 (patch)
tree6cd09855ce55daae4ec747fdafa7cf0f49ff8fde /source/blender/editors/include/ED_object.h
parent421c5127f499c463d9c5b2461dea2ca24887b22c (diff)
Cleanup: spelling, remove outdated/invalid comments
Diffstat (limited to 'source/blender/editors/include/ED_object.h')
-rw-r--r--source/blender/editors/include/ED_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_object.h b/source/blender/editors/include/ED_object.h
index 7ba2992b8fe..247163281e8 100644
--- a/source/blender/editors/include/ED_object.h
+++ b/source/blender/editors/include/ED_object.h
@@ -159,7 +159,7 @@ extern struct EnumPropertyItem prop_clear_parent_types[];
extern struct EnumPropertyItem prop_make_parent_types[];
#endif
-/* Set the object's parent, return true iff successful. */
+/* Set the object's parent, return true if successful. */
bool ED_object_parent_set(struct ReportList *reports,
const struct bContext *C,
struct Scene *scene,