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>2011-10-17 10:39:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-17 10:39:13 +0400
commit61389bba41857ec468b5844e3fd9f713b4d9c4a5 (patch)
tree4f200e3bc3b8cb2a1c3dcf969a7883491502f0f0 /source/blender/editors/space_view3d/view3d_fly.c
parent67c15da97de7644fc4deb3ab1b03c3db22f1f647 (diff)
fix spelling mistakes in comments (and in some python error messages), nothing to effect translations.
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_fly.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_fly.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_view3d/view3d_fly.c b/source/blender/editors/space_view3d/view3d_fly.c
index 02a6cee5140..b66440738b2 100644
--- a/source/blender/editors/space_view3d/view3d_fly.c
+++ b/source/blender/editors/space_view3d/view3d_fly.c
@@ -179,7 +179,7 @@ typedef struct FlyInfo {
/* fly state state */
float speed; /* the speed the view is moving per redraw */
- short axis; /* Axis index to move allong by default Z to move allong the view */
+ short axis; /* Axis index to move along by default Z to move along the view */
short pan_view; /* when true, pan the view instead of rotating */
/* relative view axis locking - xlock, zlock
@@ -725,7 +725,7 @@ static int flyApply(bContext *C, FlyInfo *fly)
RegionView3D *rv3d= fly->rv3d;
ARegion *ar = fly->ar;
- float mat[3][3], /* 3x3 copy of the view matrix so we can move allong the view axis */
+ float mat[3][3], /* 3x3 copy of the view matrix so we can move along the view axis */
dvec[3]={0,0,0}, /* this is the direction thast added to the view offset per redraw */
/* Camera Uprighting variables */