summaryrefslogtreecommitdiff
path: root/docs/userguide/extension.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/userguide/extension.rst')
-rw-r--r--docs/userguide/extension.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/extension.rst b/docs/userguide/extension.rst
index 6f8cbbb2..e1e37b5d 100644
--- a/docs/userguide/extension.rst
+++ b/docs/userguide/extension.rst
@@ -44,7 +44,7 @@ different aspect of the build. In ``setuptools``, however, these command
objects are just a design abstraction that encapsulate logic and help to
organise the code.
-You can overwrite exiting commands (or add new ones) by defining entry
+You can overwrite existing commands (or add new ones) by defining entry
points in the ``distutils.commands`` group. For example, if you wanted to add
a ``foo`` command, you might add something like this to your project: