diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-06-19 05:47:42 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-06-19 05:47:42 +0000 |
commit | 14819d31a0a57f5e879ad3196565f50084014f86 (patch) | |
tree | 39faae334a97e9eacb830a3de416e384fb06ecf7 /usr.bin/mail | |
parent | 6e41bd7e1f169f0d5ebc91f321c4e792ca6e814c (diff) |
Grammar-o.
OK jmc
Diffstat (limited to 'usr.bin/mail')
-rw-r--r-- | usr.bin/mail/vars.c | 6 |
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 * |