Mercurial > moin > 1.9
changeset 3298:4d76c1409694
fix typo count -> could
author | Johannes Berg <johannes AT sipsolutions DOT net> |
---|---|
date | Tue, 18 Mar 2008 13:05:13 +0100 |
parents | d563a49e0054 |
children | 34d225168d14 |
files | MoinMoin/Page.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/Page.py Tue Mar 18 12:56:49 2008 +0100 +++ b/MoinMoin/Page.py Tue Mar 18 13:05:13 2008 +0100 @@ -1400,7 +1400,7 @@ page._text_filename_force = page._text_filename() else: page.body = alternative_text - logging.warn('The page "%s" count not be found. Check your' + logging.warn('The page "%s" could not be found. Check your' ' underlay directory setting.' % page.page_name) page.page_name = self.page_name