Module Name:    src
Committed By:   agc
Date:           Wed Jun 26 20:20:37 UTC 2013

Modified Files:
        src/usr.bin/make: make.1

Log Message:
fix a typo


To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 src/usr.bin/make/make.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.217 src/usr.bin/make/make.1:1.218
--- src/usr.bin/make/make.1:1.217	Tue Jun 25 07:08:10 2013
+++ src/usr.bin/make/make.1	Wed Jun 26 20:20:36 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: make.1,v 1.217 2013/06/25 07:08:10 wiz Exp $
+.\"	$NetBSD: make.1,v 1.218 2013/06/26 20:20:36 agc Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -1303,7 +1303,7 @@ should start and end with a period.
 For example.
 .Dl ${LINKS:@.LINK.@${LN} ${TARGET} ${.LINK.}@}
 .Pp
-However a single character varaiable is often more readable:
+However a single character variable is often more readable:
 .Dl ${MAKE_PRINT_VAR_ON_ERROR:@v@$v='${$v}'${.newline}@}
 .It Cm \&:U Ns Ar newval
 If the variable is undefined

Reply via email to