diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-21 15:39:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-21 15:39:32 +0000 |
commit | dd740aeffcc208e755bdd398f0d1bb36ea61b5cc (patch) | |
tree | 56ef99610633d15f7d9583f3a9bac8104fff4541 /usr.bin/vi/ex/ex_cd.c | |
parent | 24a0d4dee7bd99ea78a41eb23f0d9e6e1a5aad8f (diff) |
spelling typo in comment;
from ray;
Diffstat (limited to 'usr.bin/vi/ex/ex_cd.c')
-rw-r--r-- | usr.bin/vi/ex/ex_cd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/ex/ex_cd.c b/usr.bin/vi/ex/ex_cd.c index 38cbfd4bbec..059c46d2ce5 100644 --- a/usr.bin/vi/ex/ex_cd.c +++ b/usr.bin/vi/ex/ex_cd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ex_cd.c,v 1.6 2002/02/16 21:27:57 millert Exp $ */ +/* $OpenBSD: ex_cd.c,v 1.7 2005/04/21 15:39:31 jmc Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -107,7 +107,7 @@ ex_cd(sp, cmdp) * or a trailing colon. Or, to put it the other way, * if the length is 1 or less, then we're dealing with * ":XXX", "XXX::XXXX" , "XXX:", or "". Since we've - * already tried dot, we ignore tham all. + * already tried dot, we ignore them all. */ if (t < p - 1) { savech = *p; |