diff options
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/hacks_ubuntu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/hacks_ubuntu.py b/buildscripts/hacks_ubuntu.py index 81deddd2fba..977d2dfb95b 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 + "/" |