Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/hatta
diff options
context:
space:
mode:
authorRadomir Dopieralski <sheep-devel@sheep.art.pl>2013-05-12 11:36:06 (GMT)
committer Radomir Dopieralski <sheep-devel@sheep.art.pl>2013-05-12 11:36:06 (GMT)
commit00deed84741f3486a1ec43ee8e316eaaa5cdcb3d (patch)
tree89818b93ff1e09ce64118124414695d1e6b5800e /hatta
parent9341a3563469846b8bb9ab5d63a38a516bd13786 (diff)
typo
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)