summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/glossary.rst4
-rw-r--r--docs/narr/introduction.rst2
-rw-r--r--docs/narr/project.rst2
-rw-r--r--docs/zcml.rst4
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 7d663f068..d87b2f990 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -173,7 +173,7 @@ Glossary
application registry
A registry of configuration information consulted by
- :mod:`repoze.bfg` while servicing an appliation. An application
+ :mod:`repoze.bfg` while servicing an application. An application
registry maps model types to views, as well as housing other
application-specific component registrations. Every
:mod:`repoze.bfg` application has one (and only one) application
@@ -240,7 +240,7 @@ Glossary
policy`. For example, if a user had the user id "bob", and Bob
was part of two groups named "group foo" and "group bar", the
request might have information attached to it that would
- indictate that Bob was represented by three principals: "bob",
+ indicate that Bob was represented by three principals: "bob",
"group foo" and "group bar".
authorization policy
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index 54051b904..497b09b40 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -55,7 +55,7 @@ Familiarity
Trustability
:mod:`repoze.bfg` is developed conservatively and tested
exhaustively. *If it ain't tested, it's broke.* Every release of
- :mod:`repoze.bfg` has 100% unit test converage.
+ :mod:`repoze.bfg` has 100% statement coverage via unit tests.
A Sense of Fun
Developing a :mod:`repoze.bfg` application should not feel foreign
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index c76223401..41b0bce02 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -4,7 +4,7 @@ Creating a :mod:`repoze.bfg` Project
====================================
While it's possible to create a :mod:`repoze.bfg` application
-completely manually, it's usfeul to be able to create a "skeleton"
+completely manually, it's useful to be able to create a "skeleton"
:mod:`repoze.bfg` application using an application skeleton generator.
"Skeleton" projects can be created using the ``paster create`` command
in conjunction with :term:`Paste` templates. Various project
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