summaryrefslogtreecommitdiff
path: root/README-DEV.rst
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2015-10-19 22:28:13 +0300
committerAlexander Shorin <kxepal@apache.org>2015-10-19 22:28:13 +0300
commit4cc1ad60eb4e13aa4a61fad92376c6079703ff4c (patch)
treef164ce914c3e6561e57295c02259c882fadd33a0 /README-DEV.rst
parent9ba1af50a7b65c09ab63b4e909d1509bb236e9b3 (diff)
downloadcouchdb-4cc1ad60eb4e13aa4a61fad92376c6079703ff4c.tar.gz
Fix typo
Diffstat (limited to 'README-DEV.rst')
-rw-r--r--README-DEV.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/README-DEV.rst b/README-DEV.rst
index 99a8e1110..123568913 100644
--- a/README-DEV.rst
+++ b/README-DEV.rst
@@ -223,25 +223,25 @@ The release procedure is documented here::
Unix-like Systems
~~~~~~~~~~~~~~~~~
-Prepare the release artefacts by running::
+Prepare the release artifacts by running::
make distcheck
-You can prepare signed release artefacts by running::
+You can prepare signed release artifacts by running::
make distsign
-The release artefacts can be found in the root source directory.
+The release artifacts can be found in the root source directory.
Microsoft Windows
~~~~~~~~~~~~~~~~~
-Prepare the release artefacts by running::
+Prepare the release artifacts by running::
make dist
-The release artefacts can be found in the `etc/windows` directory.
+The release artifacts can be found in the `etc/windows` directory.
Until the build system has been improved, you must make sure that you run this
command from a clean source checkout. If you do not, your test database and log
-files will be bundled up in the release artefact.
+files will be bundled up in the release artifacts.