From 1dff935445ff293a7434f074c1f6bb7304174ec2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 3 Jan 2010 02:18:34 +0000 Subject: Speling. --- docs/narr/security.rst | 2 +- docs/tutorials/bfgwiki2/definingviews.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 66db64f7f..e83e2f8b8 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -304,7 +304,7 @@ The authorization policy will deny Everyone the view permission, even though later in the ACL is an ACE that allows everyone. .. index:: - single: prinicpal + single: principal pair: special; principal names Special Principal Names diff --git a/docs/tutorials/bfgwiki2/definingviews.rst b/docs/tutorials/bfgwiki2/definingviews.rst index 79cc519ac..db7dcfbe0 100644 --- a/docs/tutorials/bfgwiki2/definingviews.rst +++ b/docs/tutorials/bfgwiki2/definingviews.rst @@ -63,7 +63,7 @@ display the wiki itself (it will answer on the root URL), another named ``view_page`` will display an individual page, another named ``add_page`` will allow a page to be added, and a final view callable named ``edit_page`` will allow a page to be edited. We'll describe -each one briefly and show the resulting ``views.py`` file afterwards. +each one briefly and show the resulting ``views.py`` file afterward. .. note:: -- cgit v1.2.3