[Bf-blender-cvs] [ae6a140] wiggly-widgets: Correct comment from previous commit

Julian Eisel noreply at git.blender.org
Sat Feb 20 19:34:42 CET 2016


Commit: ae6a1404702eed3b69b26e6000a4178c2f787583
Author: Julian Eisel
Date:   Sat Feb 20 19:34:08 2016 +0100
Branches: wiggly-widgets
https://developer.blender.org/rBae6a1404702eed3b69b26e6000a4178c2f787583

Correct comment from previous commit

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

M	release/scripts/modules/bpy_extras/keyconfig_utils.py

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

diff --git a/release/scripts/modules/bpy_extras/keyconfig_utils.py b/release/scripts/modules/bpy_extras/keyconfig_utils.py
index 36d6d82..0018706 100644
--- a/release/scripts/modules/bpy_extras/keyconfig_utils.py
+++ b/release/scripts/modules/bpy_extras/keyconfig_utils.py
@@ -19,7 +19,7 @@
 # <pep8 compliant>
 
 # bpy.type.KeyMap: (km.name, km.space_type, km.region_type, [...])
-# Add (0, 0, 0, 0) to skipp adding "Foo (Global)" entry
+# Add (0, 0, 0, 0) as first element to skip adding "Foo (Global)" entry
 
 #    ('Script', 'EMPTY', 'WINDOW', []),




More information about the Bf-blender-cvs mailing list