diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-10 03:53:33 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-10 03:53:33 +0000 |
commit | 2af2a141b2f40e88d45ce1d1fbebf267f39fa725 (patch) | |
tree | ebe0d400300bc0b60e8976891c5280bb6a966270 /usr.bin/sup | |
parent | 24fc3ac35cff584d0c8ba2bc9be2750a2e92c9cd (diff) |
spelling fixes
ok millert@
Diffstat (limited to 'usr.bin/sup')
-rw-r--r-- | usr.bin/sup/src/nxtarg.c | 4 | ||||
-rw-r--r-- | usr.bin/sup/src/supfilesrv.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/sup/src/nxtarg.c b/usr.bin/sup/src/nxtarg.c index 1b4886986d1..657392f2f75 100644 --- a/usr.bin/sup/src/nxtarg.c +++ b/usr.bin/sup/src/nxtarg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nxtarg.c,v 1.5 2001/05/04 22:16:15 millert Exp $ */ +/* $OpenBSD: nxtarg.c,v 1.6 2003/03/10 03:53:32 david Exp $ */ /* * Copyright (c) 1991 Carnegie Mellon University @@ -36,7 +36,7 @@ * q points to remainder of string * * Leading blanks and tabs are skipped; the argument ends at the - * first occurence of one of the characters in the string "brk". + * first occurrence of one of the characters in the string "brk". * When such a character is found, it is put into the external * variable "_argbreak", and replaced by a null character; if the * arg string ends before that, then the null character is diff --git a/usr.bin/sup/src/supfilesrv.c b/usr.bin/sup/src/supfilesrv.c index e8fbbf149b4..b46dbade527 100644 --- a/usr.bin/sup/src/supfilesrv.c +++ b/usr.bin/sup/src/supfilesrv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: supfilesrv.c,v 1.30 2002/06/23 03:07:22 deraadt Exp $ */ +/* $OpenBSD: supfilesrv.c,v 1.31 2003/03/10 03:53:32 david Exp $ */ /* * Copyright (c) 1992 Carnegie Mellon University @@ -1915,7 +1915,7 @@ fmttime(time) * file lives from underneath us. * * returns: -1 for error, indicating that we can not tell - * 0 for file is definately not local, or it is an RFS link + * 0 for file is definitely not local, or it is an RFS link * 1 for file is local and can be trusted * * Side effect: copies the stat information into the supplied buffer, |