diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2009-09-05 10:49:46 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2009-09-05 10:49:46 +0000 |
commit | 57e27cfb27a3e08d4e46d63107d50c390d599d81 (patch) | |
tree | 1ad1e9a1cd51189a6a1c8383c6235c5d53f32ef0 | |
parent | c6c9cb6c61f234ebb1ac3728fd39f4dc41b7cf1d (diff) |
Fixed typo in comment.
ok millert
-rw-r--r-- | usr.bin/mail/cmd3.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mail/cmd3.c b/usr.bin/mail/cmd3.c index 4f439f19021..b758f082f04 100644 --- a/usr.bin/mail/cmd3.c +++ b/usr.bin/mail/cmd3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd3.c,v 1.22 2009/07/23 20:06:03 martynas Exp $ */ +/* $OpenBSD: cmd3.c,v 1.23 2009/09/05 10:49:45 tobias Exp $ */ /* $NetBSD: cmd3.c,v 1.8 1997/07/09 05:29:49 mikel Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static const char sccsid[] = "@(#)cmd3.c 8.2 (Berkeley) 4/20/95"; #else -static const char rcsid[] = "$OpenBSD: cmd3.c,v 1.22 2009/07/23 20:06:03 martynas Exp $"; +static const char rcsid[] = "$OpenBSD: cmd3.c,v 1.23 2009/09/05 10:49:45 tobias Exp $"; #endif #endif /* not lint */ @@ -510,7 +510,7 @@ group(void *v) } /* - * Sort the passed string vecotor into ascending dictionary + * Sort the passed string vector into ascending dictionary * order. */ void |