diff options
author | yyamano <yyamano> | 2016-12-08 00:44:39 +0000 |
---|---|---|
committer | yyamano <yyamano> | 2016-12-08 00:44:39 +0000 |
commit | fbe2ba7960408a2412a4b0532aea235856c0f285 (patch) | |
tree | d625eaa92ec4bbd24d47f3635de0cfd38a73ba33 /doc/guide | |
parent | 7810a321f80d4a206ea2d3b9aabbcde7f2f5e21c (diff) | |
download | pkgsrc-fbe2ba7960408a2412a4b0532aea235856c0f285.tar.gz |
Fix typo.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/makefile.xml | 4 |
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> |