From 4cc1ad60eb4e13aa4a61fad92376c6079703ff4c Mon Sep 17 00:00:00 2001 From: Alexander Shorin Date: Mon, 19 Oct 2015 22:28:13 +0300 Subject: Fix typo --- README-DEV.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README-DEV.rst') 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. -- cgit v1.2.1