Mercurial > public > src > moin > 1.9
diff MoinMoin/config/multiconfig.py @ 3490:af3460a4cb79
fix some typos in messages / comments
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Mon, 07 Apr 2008 12:26:19 +0200 |
parents | aff01569df82 |
children | 8ff53b14fc44 |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Mon Apr 07 09:02:03 2008 +0200 +++ b/MoinMoin/config/multiconfig.py Mon Apr 07 12:26:19 2008 +0200 @@ -979,10 +979,10 @@ path_pages = os.path.join(path, "pages") if not (os.path.isdir(path_pages) and os.access(path_pages, mode)): msg = ''' -%(attr)s "%(path)s" does not exists, or has incorrect ownership or +%(attr)s "%(path)s" does not exist, or has incorrect ownership or permissions. -Make sure the directory and the subdirectory pages are owned by the web +Make sure the directory and the subdirectory "pages" are owned by the web server and are readable, writable and executable by the web server user and group.