From 2bb1eaff080eb6a7392bc3ccd704d260e0386541 Mon Sep 17 00:00:00 2001 From: David Glick Date: Thu, 9 Sep 2010 01:48:56 +0000 Subject: fix typo --- docs/tutorials/bfgwiki/authorization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials') diff --git a/docs/tutorials/bfgwiki/authorization.rst b/docs/tutorials/bfgwiki/authorization.rst index 1d9cbe7e7..d40dfe16f 100644 --- a/docs/tutorials/bfgwiki/authorization.rst +++ b/docs/tutorials/bfgwiki/authorization.rst @@ -28,7 +28,7 @@ Changing ``configure.zcml`` We'll change our ``configure.zcml`` file to enable an ``AuthTktAuthenticationPolicy`` and an ``ACLAuthorizationPolicy`` to enable declarative security checking. We'll also add a new view -stanza, which species a :term:`forbidden view`. This configures our +stanza, which specifies a :term:`forbidden view`. This configures our login view to show up when :mod:`repoze.bfg` detects that a view invocation can not be authorized. When you're done, your ``configure.zcml`` will look like so: -- cgit v1.2.3