Cleanup: spelling in comments & some minor clarifications

This commit is contained in:
2022-03-10 11:32:48 +11:00
parent 0ef8a6179d
commit 1829232598
31 changed files with 120 additions and 115 deletions

View File

@@ -615,7 +615,8 @@ bool WM_operator_poll_context(struct bContext *C, struct wmOperatorType *ot, sho
/**
* For running operators with frozen context (modal handlers, menus).
*
* \param store: Store settings for re-use.
* \param store: Store properties for re-use when an operator has finished
* (unless #PROP_SKIP_SAVE is set).
*
* \warning do not use this within an operator to call itself! T29537.
*/