summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2011-01-09 10:57:56 -0500
committerdwight <dwight@10gen.com>2011-01-09 10:57:56 -0500
commite1c86828cb3fbb29fbb995572fa96043e8624499 (patch)
tree009ea1334ed961b64bd817bde376299e1cfcbcd6 /buildscripts
parent51ca8ee218a8ed249a4cbbd406eeaf1e9af41b36 (diff)
downloadmongo-e1c86828cb3fbb29fbb995572fa96043e8624499.tar.gz
typo
Diffstat (limited to 'buildscripts')
-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 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 + "/"