summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authoryyamano <yyamano@pkgsrc.org>2016-12-08 00:44:39 +0000
committeryyamano <yyamano@pkgsrc.org>2016-12-08 00:44:39 +0000
commit2efe420d69d32fda7a331d4b7440d260662e431b (patch)
treea42a3b40f74322f2ac11ee6568414bb05fe1a2bb /doc/guide
parent270d1c0a88d2375ae9b967b6e54e2564384b8109 (diff)
downloadpkgsrc-2efe420d69d32fda7a331d4b7440d260662e431b.tar.gz
Fix typo.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/makefile.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/makefile.xml b/doc/guide/files/makefile.xml
index 591279efb6a..a552ce651f9 100644
--- a/doc/guide/files/makefile.xml
+++ b/doc/guide/files/makefile.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: makefile.xml,v 1.26 2016/06/11 19:54:44 rillig Exp $ -->
+<!-- $NetBSD: makefile.xml,v 1.27 2016/12/08 00:44:40 yyamano Exp $ -->
<chapter id="makefile"> <?dbhtml filename="makefile.html"?>
<title>Programming in <filename>Makefile</filename>s</title>
@@ -164,7 +164,7 @@ LIST+= ${ANOTHER_LIST} # 2
</sect2>
<sect2 id="echo-literal">
-<title>Echoing a string exacty as-is</title>
+<title>Echoing a string exactly as-is</title>
<para>Echoing a string containing special characters needs special
work.</para>