summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorray <ray@openbsd.org>2007-06-19 05:47:41 +0000
committerray <ray@openbsd.org>2007-06-19 05:47:41 +0000
commit3a56b272defd686ff136aa3e88e18c8bb7e3b9c1 (patch)
tree8eac2d4e1bc141ef0c4205b4dfe048fc022a07cb
parentRemove unused variable. (diff)
downloadwireguard-openbsd-3a56b272defd686ff136aa3e88e18c8bb7e3b9c1.tar.xz
wireguard-openbsd-3a56b272defd686ff136aa3e88e18c8bb7e3b9c1.zip
Grammar-o.
OK jmc
-rw-r--r--usr.bin/mail/vars.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mail/vars.c b/usr.bin/mail/vars.c
index f616ebd7d0b..7687d9913bb 100644
--- a/usr.bin/mail/vars.c
+++ b/usr.bin/mail/vars.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vars.c,v 1.10 2003/06/03 02:56:11 millert Exp $ */
+/* $OpenBSD: vars.c,v 1.11 2007/06/19 05:47:41 ray Exp $ */
/* $NetBSD: vars.c,v 1.4 1996/06/08 19:48:45 christos Exp $ */
/*
@@ -34,7 +34,7 @@
#if 0
static const char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93";
#else
-static const char rcsid[] = "$OpenBSD: vars.c,v 1.10 2003/06/03 02:56:11 millert Exp $";
+static const char rcsid[] = "$OpenBSD: vars.c,v 1.11 2007/06/19 05:47:41 ray Exp $";
#endif
#endif /* not lint */
@@ -101,7 +101,7 @@ vcopy(char *str)
/*
* Get the value of a variable and return it.
- * Look in the environment if its not available locally.
+ * Look in the environment if it's not available locally.
*/
char *