summaryrefslogtreecommitdiff
path: root/doc/manual/primer/autotools.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/primer/autotools.txt')
-rw-r--r--doc/manual/primer/autotools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/primer/autotools.txt b/doc/manual/primer/autotools.txt
index 10c60006..fbf42196 100644
--- a/doc/manual/primer/autotools.txt
+++ b/doc/manual/primer/autotools.txt
@@ -144,7 +144,7 @@ implement new checks.
The <code>make distcheck</code> command produces an archive of the
project deliverables (using <code>make dist</code>) and verifies its
integrity for distribution by attemptng to use the package in the same
-manner as a user.
+manner as a user.
These checks includes the following steps:
-# Unpack the project archive into its expected directory.