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:
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_iterators.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_iterators.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/space_view3d/view3d_iterators.c b/source/blender/editors/space_view3d/view3d_iterators.c
index 91e629147f4..bdb2c3874db 100644
--- a/source/blender/editors/space_view3d/view3d_iterators.c
+++ b/source/blender/editors/space_view3d/view3d_iterators.c
@@ -571,7 +571,7 @@ void armature_foreachScreenBone(struct ViewContext *vc,
}
else {
screen_co_a[0] = IS_CLIPPED; /* weak */
- /* screen_co_a[1]: intentionally dont set this so we get errors on misuse */
+ /* screen_co_a[1]: intentionally don't set this so we get errors on misuse */
}
/* project tail location to screenspace */
@@ -581,7 +581,7 @@ void armature_foreachScreenBone(struct ViewContext *vc,
}
else {
screen_co_b[0] = IS_CLIPPED; /* weak */
- /* screen_co_b[1]: intentionally dont set this so we get errors on misuse */
+ /* screen_co_b[1]: intentionally don't set this so we get errors on misuse */
}
if (points_proj_tot) { /* at least one point's projection worked */
@@ -623,7 +623,7 @@ void pose_foreachScreenBone(struct ViewContext *vc,
}
else {
screen_co_a[0] = IS_CLIPPED; /* weak */
- /* screen_co_a[1]: intentionally dont set this so we get errors on misuse */
+ /* screen_co_a[1]: intentionally don't set this so we get errors on misuse */
}
/* project tail location to screenspace */
@@ -633,7 +633,7 @@ void pose_foreachScreenBone(struct ViewContext *vc,
}
else {
screen_co_b[0] = IS_CLIPPED; /* weak */
- /* screen_co_b[1]: intentionally dont set this so we get errors on misuse */
+ /* screen_co_b[1]: intentionally don't set this so we get errors on misuse */
}
if (points_proj_tot) { /* at least one point's projection worked */