From 558721ab59bd4e6186005f5e9aca50e094c9e72c Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 4 Jul 2012 15:04:38 +0000 Subject: More spell checking. --- release/scripts/modules/bl_i18n_utils/spell_check_utils.py | 6 +++++- release/scripts/modules/bpy/utils.py | 2 +- release/scripts/modules/bpy_extras/__init__.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'release') diff --git a/release/scripts/modules/bl_i18n_utils/spell_check_utils.py b/release/scripts/modules/bl_i18n_utils/spell_check_utils.py index 8e305122487..e5b065c7ceb 100644 --- a/release/scripts/modules/bl_i18n_utils/spell_check_utils.py +++ b/release/scripts/modules/bl_i18n_utils/spell_check_utils.py @@ -38,6 +38,7 @@ dict_uimsgs = { "betweens", # yuck! in-betweens! "boolean", "booleans", "decrement", + "derivate", "doesn", # doesn't "fader", "hoc", # ad-hoc @@ -88,7 +89,7 @@ dict_uimsgs = { "fullscreen", "gridline", "hemi", - "inscatter", + "inscatter", "inscattering", "lightless", "lookup", "lookups", "mathutils", @@ -161,6 +162,7 @@ dict_uimsgs = { "unspill", "unstitchable", "vectorscope", + "whitespace", "worldspace", "workflow", @@ -182,6 +184,7 @@ dict_uimsgs = { "polygonization", "selectability", "slurph", + "stitchable", "trackability", "transmissivity", "rasterized", "rasterization", @@ -332,6 +335,7 @@ dict_uimsgs = { "dupligroup", "duplivert", "editbone", + "editmode", "fcurve", "fcurves", "fluidsim", "frameserver", diff --git a/release/scripts/modules/bpy/utils.py b/release/scripts/modules/bpy/utils.py index 43e4bea4bb3..ad657284492 100644 --- a/release/scripts/modules/bpy/utils.py +++ b/release/scripts/modules/bpy/utils.py @@ -20,7 +20,7 @@ """ This module contains utility functions specific to blender but -not assosiated with blenders internal data. +not associated with blenders internal data. """ __all__ = ( diff --git a/release/scripts/modules/bpy_extras/__init__.py b/release/scripts/modules/bpy_extras/__init__.py index 7d74bc32f91..c8d12070de8 100644 --- a/release/scripts/modules/bpy_extras/__init__.py +++ b/release/scripts/modules/bpy_extras/__init__.py @@ -19,7 +19,7 @@ # """ -Utility modules assosiated with the bpy module. +Utility modules associated with the bpy module. """ __all__ = ( -- cgit v1.2.3