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>2019-12-11 02:56:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-11 02:56:53 +0300
commit63d521432e9307643c279237b041a8f2ac6dda9d (patch)
tree5384b15865454dab13207606e8fe2d3dee5939bc /source/blender/editors/space_info
parente0fbea9c0d52744c082454a90487768f406bff5a (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/space_info')
-rw-r--r--source/blender/editors/space_info/textview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_info/textview.c b/source/blender/editors/space_info/textview.c
index 3cdd4020a70..1bc583461a5 100644
--- a/source/blender/editors/space_info/textview.c
+++ b/source/blender/editors/space_info/textview.c
@@ -319,7 +319,7 @@ int textview_draw(TextViewContext *tvc,
xy[1] = y_orig;
/* Offset and clamp the results,
- * clamping so moving the cursor out of the bounds doesn't weap onto the other lines. */
+ * clamping so moving the cursor out of the bounds doesn't wrap onto the other lines. */
const int mval[2] = {
(mval_init[0] == INT_MAX) ?
INT_MAX :