From b74cd47706ba4df77080ef49eb85cb0437bc15f4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 30 Dec 2009 20:07:15 +0000 Subject: Spellcheck. --- repoze/bfg/configuration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repoze/bfg/configuration.py') diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py index ad8da75d3..d89deb3b0 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -1302,7 +1302,7 @@ class Configurator(object): def testing_add_template(self, path, renderer=None): """Unit/integration testing helper: register a template - tenderer at ``path`` (usually a relative filename ala + renderer at ``path`` (usually a relative filename ala ``templates/foo.pt``) and return the renderer object. If the ``renderer`` argument is None, a 'dummy' renderer will be used. This function is useful when testing code that calls @@ -1798,7 +1798,7 @@ def make_app(root_factory, package=None, filename='configure.zcml', relative to the package path) that should be parsed to create the application registry. It defaults to ``configure.zcml``. It can also be a ;term:`resource specification` in the form - ``dotted_package_name:relatve/file/path.zcml``. Note that if any + ``dotted_package_name:relative/file/path.zcml``. Note that if any value for ``configure_zcml`` is passed within the ``settings`` dictionary, the value passed as ``filename`` will be ignored, replaced with the ``configure_zcml`` value. -- cgit v1.2.3