From 4d2a6a8e21031702f1ca6fdd1130af73362dcb91 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 4 Jul 2012 12:19:50 +0000 Subject: Spellfixes: colour -> color --- doc/build_systems/scons-dev.txt | 2 +- doc/build_systems/scons.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/build_systems') diff --git a/doc/build_systems/scons-dev.txt b/doc/build_systems/scons-dev.txt index b7cac8109d4..ae2be2b2a94 100644 --- a/doc/build_systems/scons-dev.txt +++ b/doc/build_systems/scons-dev.txt @@ -37,7 +37,7 @@ Much of the actual functionality can be found in the python scripts in the directory $BLENDERHOME/tools, with Blender.py defining the bulk of the functionality. btools.py has some helper functions, and - bcolors.py is for the terminal colours. mstoolkit.py and crossmingw.py + bcolors.py is for the terminal colors. mstoolkit.py and crossmingw.py are modules which set up SCons for the MS VC++ 2003 toolkit and the cross-compile toolset for compiling Windows binaries on Linux respectively. Note: the cross-compile doesn't work yet for Blender, diff --git a/doc/build_systems/scons.txt b/doc/build_systems/scons.txt index d6ead8d32ae..cb88c56ddbc 100644 --- a/doc/build_systems/scons.txt +++ b/doc/build_systems/scons.txt @@ -48,7 +48,7 @@ % python ./scons/scons.py This will start the build process with default values. Depending - on your platform you may see colour in your output (non-Windows + on your platform you may see color in your output (non-Windows machines). In the the beginning an overview of targets and arguments from the command-line is given, then all libraries and binaries to build are configured. @@ -123,11 +123,11 @@ This rewrite features a cleaner output during the build process. If you need to see the full command-line for compiles, then you can - change that behaviour. Also the use of colours can be changed: + change that behaviour. Also the use of colors can be changed: % python scons\scons.py BF_FANCY=0 - This will disable the use of colours. + This will disable the use of colors. % python scons\scons.py BF_QUIET=0 -- cgit v1.2.3