Fix typo
authorMagnus Hagander <magnus@hagander.net>
Tue, 28 Sep 2010 13:46:10 +0000 (15:46 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 28 Sep 2010 13:46:10 +0000 (15:46 +0200)
pgweb/urls.py

index 7a2b736016bd516037a2c11703f4c5252e76dcf8..859f2279a6cbfe3ba58572b32b8e5472f619ac4e 100644 (file)
@@ -70,7 +70,7 @@ urlpatterns = patterns('',
     (r'^(versions|news|events|weeklynews).rss$', 'django.contrib.syndication.views.feed', {'feed_dict':feeds}),
 
     ###
-    # Special secttions
+    # Special sections
     ###
     (r'account/', include('account.urls')),