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>2020-08-17 05:34:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-17 05:34:05 +0300
commit9762c3892e4b1c7225dc0d792caeba668104c7e2 (patch)
tree6c9c49e8168bcfa3181540a89e271053f63b1610 /source/blender/editors/include/UI_view2d.h
parentcafe5cd9b036b41dfe21fddc5ebc5bf7948c98aa (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/include/UI_view2d.h')
-rw-r--r--source/blender/editors/include/UI_view2d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/UI_view2d.h b/source/blender/editors/include/UI_view2d.h
index 1bd9b3063bd..d14731b81b7 100644
--- a/source/blender/editors/include/UI_view2d.h
+++ b/source/blender/editors/include/UI_view2d.h
@@ -121,9 +121,9 @@ void UI_view2d_curRect_reset(struct View2D *v2d);
void UI_view2d_sync(struct bScreen *screen, struct ScrArea *area, struct View2D *v2dcur, int flag);
/* Perform all required updates after `v2d->cur` as been modified.
- * This includes like validation view validation (UI_view2d_curRect_validate).
+ * This includes like validation view validation (#UI_view2d_curRect_validate).
*
- * Current lintent is to use it from user code, such as view navigation and zoom operations. */
+ * Current intent is to use it from user code, such as view navigation and zoom operations. */
void UI_view2d_curRect_changed(const struct bContext *C, struct View2D *v2d);
void UI_view2d_totRect_set(struct View2D *v2d, int width, int height);