summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-16 10:07:52 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-16 10:07:52 -0400
commit7cc451d81d456b9073877db7c53262bc38be8c0f (patch)
tree4b5d4d08780b0eede9398ad7488d8f4c9f4ad30c /libs
parent7c8f3adc7522857f4b858c8480e1e580702943ec (diff)
fix language issue
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/wscript b/libs/surfaces/wscript
index 0879cbc569..d9009bee25 100644
--- a/libs/surfaces/wscript
+++ b/libs/surfaces/wscript
@@ -57,7 +57,7 @@ def configure(conf):
if conf.is_defined ('HAVE_CWIID'):
conf.define ('BUILD_WIIMOTE', 1)
else:
- print('You are have the cwiid headers needed to compile wiimote support BUT you are missing the pkg-config file for cwiid')
+ print('You have the cwiid headers needed to compile wiimote support BUT you are missing the pkg-config file for cwiid')
else:
print('You are missing the libbluetooth headers needed to compile wiimote support')
else: