summaryrefslogtreecommitdiff
path: root/buildscripts/hacks_ubuntu.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/hacks_ubuntu.py')
-rw-r--r--buildscripts/hacks_ubuntu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/hacks_ubuntu.py b/buildscripts/hacks_ubuntu.py
index 81deddd..977d2df 100644
--- a/buildscripts/hacks_ubuntu.py
+++ b/buildscripts/hacks_ubuntu.py
@@ -21,7 +21,7 @@ def foundxulrunner( env , options ):
if best is None:
- print( "warning: using ubuntu without xulrunner-dev. we reccomend installing it" )
+ print( "warning: using ubuntu without xulrunner-dev. we recommend installing it" )
return False
incroot = "/usr/include/" + best + "/"