From e835cc22e93fb722d75b567f9092cd8133297539 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 23 Sep 2009 04:03:44 +0000 Subject: Fix spelling. --- repoze/bfg/testing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index 1c7693306..92bb4399a 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -152,11 +152,11 @@ def registerViewPermission(name, result=True, viewpermission=None, deprecated('registerViewPermission', 'registerViewPermission has been deprecated. As of repoze.bfg ' 'version 1.1, view functions are now responsible for protecting ' - 'their own execution. A call to this function wont prevent a ' + 'their own execution. A call to this function won\'t prevent a ' 'view from being executed by the repoze.bfg router, nor ' 'will the ``repoze.bfg.security.view_execution_permitted`` function ' 'use the permission registered with this function. Instead,' - 'registering a view permission during testing, use the ' + 'to register a view permission during testing, use the ' '``repoze.bfg.testing.registerView`` directive with a ' '``permission`` argument.') -- cgit v1.2.3