diff options
| -rw-r--r-- | pgweb/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgweb/urls.py b/pgweb/urls.py index 7a2b7360..859f2279 100644 --- a/pgweb/urls.py +++ b/pgweb/urls.py @@ -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')), |
