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>2013-06-26 02:58:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-26 02:58:23 +0400
commitfad1da062d9e37b44c45b9c205c24f960aaaba62 (patch)
tree71fa4f3045e8803002f69612e16903346b3f7fdd /source/blender/editors/space_view3d/view3d_fly.c
parentb52d01dea60361e30d046d198e34ee99db3feea8 (diff)
correct typos in comments.
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_fly.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_fly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_fly.c b/source/blender/editors/space_view3d/view3d_fly.c
index 6bab677fb61..659c9a6c2e6 100644
--- a/source/blender/editors/space_view3d/view3d_fly.c
+++ b/source/blender/editors/space_view3d/view3d_fly.c
@@ -345,7 +345,7 @@ static bool initFlyInfo(bContext *C, FlyInfo *fly, wmOperator *op, const wmEvent
fly->rv3d->rflag |= RV3D_NAVIGATING; /* so we draw the corner margins */
- /* detect weather to start with Z locking */
+ /* detect whether to start with Z locking */
upvec[0] = 1.0f;
upvec[1] = 0.0f;
upvec[2] = 0.0f;