From d68aa53b21452aac914b1cabbf59df25503f00a2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 14 May 2009 02:51:19 +0000 Subject: Typo. --- repoze/bfg/zcml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repoze/bfg/zcml.py b/repoze/bfg/zcml.py index fe5032fd5..61b6e3738 100644 --- a/repoze/bfg/zcml.py +++ b/repoze/bfg/zcml.py @@ -246,7 +246,7 @@ class BFGViewFunctionGrokker(martian.InstanceGrokker): name = obj.__view_name__ request_type = obj.__request_type__ context = kw['context'] - # we dont tecnically need to pass "Uncacheable" here; any + # we dont technically need to pass "Uncacheable" here; any # view function decorated with an __is_bfg_view__ attr via # repoze.bfg.view.bfg_view is unpickleable; but the # uncacheable bit helps pickling fail more quickly -- cgit v1.2.3