From daeb3069cfbc0e5997e6d850adc968d17864baba Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 17 May 2015 16:09:32 +1000 Subject: Cleanup: typos --- source/blender/depsgraph/intern/depsgraph.h | 2 +- source/blender/editors/interface/interface_handlers.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender') diff --git a/source/blender/depsgraph/intern/depsgraph.h b/source/blender/depsgraph/intern/depsgraph.h index 0232410b958..c693f4aa3b0 100644 --- a/source/blender/depsgraph/intern/depsgraph.h +++ b/source/blender/depsgraph/intern/depsgraph.h @@ -195,7 +195,7 @@ struct Depsgraph { }; /** - * Helper macros for interating over set of relationship links + * Helper macros for iterating over set of relationship links * incident on each node. * * \note it is safe to perform removal operations here... diff --git a/source/blender/editors/interface/interface_handlers.c b/source/blender/editors/interface/interface_handlers.c index 7e970a13e03..9db6ce77d76 100644 --- a/source/blender/editors/interface/interface_handlers.c +++ b/source/blender/editors/interface/interface_handlers.c @@ -3470,8 +3470,8 @@ int ui_but_menu_direction(uiBut *but) } /** - * Hack for uiList UI_BTYPE_LISTROW buttons to "give" events to overlaying UI_BTYPE_TEXT buttons - * (cltr-clic rename feature & co). + * Hack for #uiList #UI_BTYPE_LISTROW buttons to "give" events to overlaying #UI_BTYPE_TEXT buttons + * (Ctrl-Click rename feature & co). */ static uiBut *ui_but_list_row_text_activate( bContext *C, uiBut *but, uiHandleButtonData *data, const wmEvent *event, -- cgit v1.2.3