Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/hatta
diff options
context:
space:
mode:
Diffstat (limited to 'hatta')
-rw-r--r--hatta/wiki.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hatta/wiki.py b/hatta/wiki.py
index f05593a..06a9c50 100644
--- a/hatta/wiki.py
+++ b/hatta/wiki.py
@@ -757,7 +757,7 @@ It can only be edited by the site admin directly on the disk."""))
@URL('/+sister-index')
def sister_pages(self, request):
- """Show index of all pages in a fromat suitable for SisterPages."""
+ """Show index of all pages in a format suitable for SisterPages."""
text = [
'%s%s %s\n' % (request.base_url, request.get_url(title), title)