From 1f74789d1250033eed6c5b9c86df5274c1339581 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 8 Feb 2012 04:37:37 +0000 Subject: Correct mathutils documentation, also correct some python spelling errors and add makefile target `check_spelling` --- release/scripts/startup/bl_ui/space_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/space_info.py') diff --git a/release/scripts/startup/bl_ui/space_info.py b/release/scripts/startup/bl_ui/space_info.py index 95eb49062c0..b6a450e1a02 100644 --- a/release/scripts/startup/bl_ui/space_info.py +++ b/release/scripts/startup/bl_ui/space_info.py @@ -273,7 +273,7 @@ class INFO_MT_add(Menu): def draw(self, context): layout = self.layout - # note, dont use 'EXEC_SCREEN' or operators wont get the 'v3d' context. + # note, don't use 'EXEC_SCREEN' or operators wont get the 'v3d' context. layout.operator_context = 'EXEC_AREA' -- cgit v1.2.3