From 1de5ec90e0ecb81ee1f4c4ade0b11c2cc8cf646a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 19 Jan 2010 03:34:51 +0000 Subject: Spellcheck. --- docs/narr/urldispatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/urldispatch.rst') diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index d7e3a17fb..05c04e03f 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -48,7 +48,7 @@ If route configuration is present in an application, the :mod:`repoze.bfg` :term:`Router` checks every incoming request against an ordered set of URL matching patterns present in a *route map*. -If any route patern matches the information in the :term:`request` +If any route pattern matches the information in the :term:`request` provided to :mod:`repoze.bfg`, a route-specific :term:`context` and :term:`view name` will be generated. In this circumstance, :mod:`repoze.bfg` will shortcut :term:`traversal`, and will invoke -- cgit v1.2.3