summaryrefslogtreecommitdiff
path: root/docs/zcml.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-30 19:57:09 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-30 19:57:09 +0000
commit719a939c6712e38cc44ee1774d51894e530eddc9 (patch)
tree11cc8735c7ae71df07d94a443cf39dd0839d2db1 /docs/zcml.rst
parent8ab4d08297b9f493afc9898f68971527e2e5021f (diff)
downloadpyramid-719a939c6712e38cc44ee1774d51894e530eddc9.tar.gz
pyramid-719a939c6712e38cc44ee1774d51894e530eddc9.tar.bz2
pyramid-719a939c6712e38cc44ee1774d51894e530eddc9.zip
Spellcheck.
Diffstat (limited to 'docs/zcml.rst')
-rw-r--r--docs/zcml.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/zcml.rst b/docs/zcml.rst
index 889008e85..a24715090 100644
--- a/docs/zcml.rst
+++ b/docs/zcml.rst
@@ -45,7 +45,7 @@ A Word On XML Namespaces
Usually, the start tag of the ``<configure>`` container tag has a
default *XML namespace* associated with it. This is usually
-``http://namepaces.repoze.org/bfg``, named by the ``xmlns`` attribute
+``http://namespaces.repoze.org/bfg``, named by the ``xmlns`` attribute
of the ``configure`` start tag.
Using the ``http://namespaces.repoze.org/bfg`` namespace as the
@@ -1015,7 +1015,7 @@ See also :ref:`resource_zcml_directive`.
Use of the ``static`` ZCML directive or allows you to serve static
resources (such as JavaScript and CSS files) within a
-:mod:`repoze.bfg` application. Theis mechanism makes static files
+:mod:`repoze.bfg` application. This mechanism makes static files
available at a name relative to the application root URL.
Attributes