summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-15 15:34:05 -0400
committerChris McDonough <chrism@plope.com>2011-07-15 15:34:05 -0400
commit330c330655d5120b6556025765f3343b7a47ea87 (patch)
tree5c699edcd06bd76c4f9a24b70418a1c660a7d2fd
parentc63151c07d6f0efccf06b40b39e231945212e7eb (diff)
downloadpyramid-330c330655d5120b6556025765f3343b7a47ea87.tar.gz
pyramid-330c330655d5120b6556025765f3343b7a47ea87.tar.bz2
pyramid-330c330655d5120b6556025765f3343b7a47ea87.zip
typo
-rw-r--r--pyramid/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config.py b/pyramid/config.py
index 4a5514d9a..bc4d4e689 100644
--- a/pyramid/config.py
+++ b/pyramid/config.py
@@ -977,7 +977,7 @@ class Configurator(object):
def make_wsgi_app(self):
""" Commits any pending configuration statements, sends a
:class:`pyramid.events.ApplicationCreated` event to all listeners,
- adds this configuration's reigstry to
+ adds this configuration's registry to
:attr:`pyramid.config.global_registries`, and returns a
:app:`Pyramid` WSGI application representing the committed
configuration state."""