Doc typo fix.

This commit is contained in:
Eric S. Raymond 2010-01-26 03:16:11 +00:00
parent 30d0e3935b
commit 0f129764ae

View file

@ -75,7 +75,7 @@ opts.AddVariables(
PathVariable('python_site_packages_dir', 'sets the directory where python modules are installed', "lib/python/site-packages/wesnoth", PathVariable.PathAccept),
BoolVariable('editor', 'Enable editor', True),
BoolVariable('lowmem', 'Set to reduce memory usage by removing extra functionality', False),
BoolVariable('experimental', 'Enable experimental code for developees only', experimental_default),
BoolVariable('experimental', 'Enable experimental code for developers only', experimental_default),
BoolVariable('lua', 'Enable Lua support', True),
BoolVariable('notifications', 'Enable support for desktop notifications', True),
BoolVariable('nls','enable compile/install of gettext message catalogs',True),