summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/configuration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/configuration.py b/pyramid/configuration.py
index 810f1775c..3de194d23 100644
--- a/pyramid/configuration.py
+++ b/pyramid/configuration.py
@@ -2897,7 +2897,7 @@ class PyramidConfigurationMachine(ConfigurationMachine):
refers to a unique identifier for the callable.
Return True if processing is needed and False otherwise. If
- the callablke needs to be processed, it will be marked as
+ the callable needs to be processed, it will be marked as
processed, assuming that the caller will procces the callable if
it needs to be processed.
"""