Cleanup: typos

This commit is contained in:
Campbell Barton
2015-05-17 16:09:32 +10:00
parent 6ba128129d
commit daeb3069cf
4 changed files with 5 additions and 5 deletions

View File

@@ -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...

View File

@@ -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,