[Bf-blender-cvs] [7ae47e58cb3] master: Cleanup: Spelling in comment

Sergey Sharybin noreply at git.blender.org
Mon Apr 29 15:52:47 CEST 2019


Commit: 7ae47e58cb3f29f9beb7c355b563559c461b4fe3
Author: Sergey Sharybin
Date:   Mon Apr 29 15:52:22 2019 +0200
Branches: master
https://developer.blender.org/rB7ae47e58cb3f29f9beb7c355b563559c461b4fe3

Cleanup: Spelling in comment

===================================================================

M	source/blender/editors/space_view3d/view3d_view.c

===================================================================

diff --git a/source/blender/editors/space_view3d/view3d_view.c b/source/blender/editors/space_view3d/view3d_view.c
index 7ac8291a385..2454358b687 100644
--- a/source/blender/editors/space_view3d/view3d_view.c
+++ b/source/blender/editors/space_view3d/view3d_view.c
@@ -146,7 +146,7 @@ void ED_view3d_smooth_view_ex(
   }
   sms.org_view = rv3d->view;
 
-  /* sms.to_camera = false; */ /* initizlized to zero anyway */
+  /* sms.to_camera = false; */ /* initialized to zero anyway */
 
   /* note on camera locking, this is a little confusing but works ok.
    * we may be changing the view 'as if' there is no active camera, but in fact



More information about the Bf-blender-cvs mailing list