From afdd54fa3720c267f30e48ed45c449d80449bac0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 4 Apr 2007 13:18:41 +0000 Subject: moved source and text to american spelling * colour -> color * centre -> center * normalise -> normalize * modelling -> modeling --- source/blender/makesdna/DNA_world_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesdna/DNA_world_types.h') diff --git a/source/blender/makesdna/DNA_world_types.h b/source/blender/makesdna/DNA_world_types.h index 1d11697aca4..03b6871b8e0 100644 --- a/source/blender/makesdna/DNA_world_types.h +++ b/source/blender/makesdna/DNA_world_types.h @@ -46,9 +46,9 @@ struct MTex; /** - * World defines general modelling data such as a background fill, - * gravity, colour model, stars, etc. It mixes game-data, rendering - * data and modelling data. */ + * World defines general modeling data such as a background fill, + * gravity, color model, stars, etc. It mixes game-data, rendering + * data and modeling data. */ typedef struct World { ID id; -- cgit v1.2.3