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 <campbell@blender.org>2022-04-05 00:39:40 +0300
committerCampbell Barton <campbell@blender.org>2022-04-05 00:39:40 +0300
commit22184f3aeef6181dd755579753ea6c92b2117578 (patch)
tree648b9923e474c048d919b21e4447aef7edc8e495 /source/blender/editors/interface/interface.cc
parent5eab5713c0236ebf3626dd747ab2a9b96c8ebd78 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/editors/interface/interface.cc')
-rw-r--r--source/blender/editors/interface/interface.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/interface/interface.cc b/source/blender/editors/interface/interface.cc
index 9bd0498fcfb..b34d61d5192 100644
--- a/source/blender/editors/interface/interface.cc
+++ b/source/blender/editors/interface/interface.cc
@@ -6516,7 +6516,7 @@ uiBut *uiDefSearchButO_ptr(uiBlock *block,
if (properties) {
PointerRNA *ptr = UI_but_operator_ptr_get(but);
- /* Copy idproperties. */
+ /* Copy id-properties. */
ptr->data = IDP_CopyProperty(properties);
}
@@ -6755,7 +6755,7 @@ void UI_but_string_info_get(bContext *C, uiBut *but, ...)
PointerRNA *opptr = UI_but_operator_ptr_get(but);
wmOperatorType *ot = but->optype;
- /* so the context is passed to itemf functions */
+ /* So the context is passed to `itemf` functions. */
WM_operator_properties_sanitize(opptr, false);
/* if the default property of the operator is enum and it is set,