summaryrefslogtreecommitdiff
path: root/docs/narr/zca.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/zca.rst')
-rw-r--r--docs/narr/zca.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/zca.rst b/docs/narr/zca.rst
index 2fe6109d7..2fbdcd873 100644
--- a/docs/narr/zca.rst
+++ b/docs/narr/zca.rst
@@ -111,7 +111,7 @@ ZCA "global" API functions such as ``zope.component.getSiteManager``,
component registry has a method API that offers the same
functionality; it can be used instead. For example, presuming the
``registry`` value below is a Zope Component Architecture component
-registry, the folllowing bit of code is equivalent to
+registry, the following bit of code is equivalent to
``zope.component.getUtility(IFoo)``:
.. code-block:: python