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-09-01 14:41:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-02 04:08:38 +0300
commitf8dd0d0dba748035706382f0c5700bb23e5a9048 (patch)
tree8af00f20a77a8ff3108cc5eb729ad93f87b30421 /source/blender/windowmanager/intern/wm_operators.c
parent42546db49089eba5543af00ea08f8075ac98d743 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/windowmanager/intern/wm_operators.c')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index 1e214a3b52b..df051328990 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -604,7 +604,7 @@ static const char *wm_context_member_from_ptr(bContext *C, const PointerRNA *ptr
#endif
/**
- * Calculate the path to `ptr` from constex `C`, or return NULL if it can't be calculated.
+ * Calculate the path to `ptr` from context `C`, or return NULL if it can't be calculated.
*/
char *WM_context_path_resolve_property_full(bContext *C,
const PointerRNA *ptr,