Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2008-04-18 00:29:57 +0400
committerKent Mein <mein@cs.umn.edu>2008-04-18 00:29:57 +0400
commit45dee507aaaa159e5b0bda1f6fc81a928f78e17b (patch)
treeaf44f448e0cc1f984908b956bc1b70d13bbb1098 /tools
parent9a19ab21b5876c3322818f7e8d51397bf6622ec5 (diff)
I can't spell ;)
(typo fix in the comments) Kent
Diffstat (limited to 'tools')
-rwxr-xr-xtools/btools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 93a98b94c08..d42e4994fb5 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -273,7 +273,7 @@ def read_opts(cfg, args):
('BF_FTGL_INC', 'FTGL include path', ''),
('BF_FTGL_LIB', 'FTGL libraries', ''),
- (BoolOption('WITH_BF_GLEXT', 'Enable GL Extenstions', 'true')),
+ (BoolOption('WITH_BF_GLEXT', 'Enable GL Extensions', 'true')),
(BoolOption('WITH_BF_PLAYER', 'Build blenderplayer if true', 'false')),
('CFLAGS', 'C-compiler flags', ''),