diff --git a/sphinx/config.py b/sphinx/config.py index 4ad09c08b..c5f44e57c 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -365,7 +365,7 @@ def eval_config_file(filename, tags): "called sys.exit()") raise ConfigError(msg) except Exception: - msg = __("There is a programable error in your configuration file:\n\n%s") + msg = __("There is a programmable error in your configuration file:\n\n%s") raise ConfigError(msg % traceback.format_exc()) return namespace