summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index eaf9bcea68..6f0f2a0d34 100644
--- a/SConstruct
+++ b/SConstruct
@@ -583,7 +583,7 @@ if env['WIIMOTE']:
wiimote_surface = [ 'libs/surfaces/wiimote' ]
else:
wiimote_surface = [ ]
- print 'WIIMOTE support not enabled. Build with \'scons WIIMOTE=1\' to enale.'
+ print 'WIIMOTE not enabled. Build with \'scons WIIMOTE=1\' to enable support.'
libraries['jack'] = LibraryInfo()
libraries['jack'].ParseConfig('pkg-config --cflags --libs jack')