summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repoze/bfg/zcml.py2
1 files changed, 1 insertions, 1 deletions
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