Mercurial > public > src > moin > 1.9
diff MoinMoin/config/multiconfig.py @ 5887:b397401dda7f
fix typos, correct is: 'occurred'
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Wed, 19 Sep 2012 11:29:46 +0200 |
parents | cabef5f26ec5 |
children | e2754e834244 |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Mon Sep 17 14:03:37 2012 +0200 +++ b/MoinMoin/config/multiconfig.py Wed Sep 19 11:29:46 2012 +0200 @@ -142,7 +142,7 @@ } raise error.ConfigurationError(msg) except AttributeError, err: - logging.exception('An exception occured.') + logging.exception('An exception occurred.') msg = """AttributeError: %(err)s Could not find required "Config" class in "%(name)s.py".