diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /usr.bin | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/file/PORTING | 4 | ||||
-rw-r--r-- | usr.bin/learn/lib/eqn/L5.1a | 2 | ||||
-rw-r--r-- | usr.bin/less/tags.c | 2 | ||||
-rw-r--r-- | usr.bin/less/version.c | 2 | ||||
-rw-r--r-- | usr.bin/locate/locate/util.c | 8 | ||||
-rw-r--r-- | usr.bin/make/make.c | 4 | ||||
-rw-r--r-- | usr.bin/mg/file.c | 4 | ||||
-rw-r--r-- | usr.bin/mg/fileio.c | 4 | ||||
-rw-r--r-- | usr.bin/netstat/ipx.c | 6 | ||||
-rw-r--r-- | usr.bin/rdist/defs.h | 4 | ||||
-rw-r--r-- | usr.bin/ssh/sftp-int.c | 4 | ||||
-rw-r--r-- | usr.bin/sudo/TODO | 2 | ||||
-rw-r--r-- | usr.bin/sup/src/scmio.c | 4 | ||||
-rw-r--r-- | usr.bin/telnet/README | 4 | ||||
-rw-r--r-- | usr.bin/telnet/telnet.c | 4 | ||||
-rw-r--r-- | usr.bin/tn3270/ascii/map3270.c | 6 | ||||
-rw-r--r-- | usr.bin/tn3270/tools/mkmake.y | 6 | ||||
-rw-r--r-- | usr.bin/vi/docs/USD.doc/exref/ex.rm | 4 | ||||
-rw-r--r-- | usr.bin/vi/docs/tutorial/vi.beginner | 2 | ||||
-rw-r--r-- | usr.bin/xlint/lint1/cgram.y | 6 | ||||
-rw-r--r-- | usr.bin/xlint/lint1/decl.c | 6 | ||||
-rw-r--r-- | usr.bin/xlint/lint2/emit2.c | 6 | ||||
-rw-r--r-- | usr.bin/xlint/lint2/read.c | 6 |
23 files changed, 50 insertions, 50 deletions
diff --git a/usr.bin/file/PORTING b/usr.bin/file/PORTING index aaa4754f276..5c14c171369 100644 --- a/usr.bin/file/PORTING +++ b/usr.bin/file/PORTING @@ -1,4 +1,4 @@ -@(#) $OpenBSD: PORTING,v 1.2 1996/06/26 05:32:53 deraadt Exp $ +@(#) $OpenBSD: PORTING,v 1.3 2003/11/08 19:17:28 jmc Exp $ Portability of the new file(1) command. Read this file only if the program doesn't compile on your system. @@ -16,7 +16,7 @@ AIX sqibm 2 3 000XXXXXX100 Had weird "make" problems making "magic" file automatically; just built it by hand. Your mileage may vary. SCO sqwang 3.2 2 i386 - Compiles fine; their weird make can't handle "[a-z]*" as a dependancy, + Compiles fine; their weird make can't handle "[a-z]*" as a dependency, so build magic by hand. Runs fine. sqzme sqzme 3.1.1 3 3B2 The 3B2 SVR3 needed a few tweaks as well as COPTS = -Ilocalinc diff --git a/usr.bin/learn/lib/eqn/L5.1a b/usr.bin/learn/lib/eqn/L5.1a index 1434e1e3cb1..b867a59f712 100644 --- a/usr.bin/learn/lib/eqn/L5.1a +++ b/usr.bin/learn/lib/eqn/L5.1a @@ -4,7 +4,7 @@ delim $$ .EN .LP -So far we have carefuly skirted around a potential +So far we have carefully skirted around a potential problem; maybe you've wondered about it. Suppose we want to produce an equation that looks like this: diff --git a/usr.bin/less/tags.c b/usr.bin/less/tags.c index 96e0a6c64f1..bb09dffc8fb 100644 --- a/usr.bin/less/tags.c +++ b/usr.bin/less/tags.c @@ -654,7 +654,7 @@ prevgtag() /* * Position the current file at at what is hopefully the tag that was chosen * using either findtag() or one of nextgtag() and prevgtag(). Returns -1 - * if it was unable to position at the tag, 0 if succesful. + * if it was unable to position at the tag, 0 if successful. */ static POSITION gtagsearch() diff --git a/usr.bin/less/version.c b/usr.bin/less/version.c index 46dea70afc8..a048250474c 100644 --- a/usr.bin/less/version.c +++ b/usr.bin/less/version.c @@ -343,7 +343,7 @@ v201 7/27/94 Check for no memcpy; add casts to calloc; look for regcmp in libgen.a. (thanks to Kaveh Ghazi). v202 7/28/94 Fix bug in edit_next/edit_prev with - non-existant files. + non-existent files. v203 8/2/94 Fix a variety of configuration bugs on various systems. (thanks to Sakai Kiyotaka, Harald Koenig, Bjorn Brox, diff --git a/usr.bin/locate/locate/util.c b/usr.bin/locate/locate/util.c index 1d12e23970e..eb96c175404 100644 --- a/usr.bin/locate/locate/util.c +++ b/usr.bin/locate/locate/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.8 2003/09/29 16:03:10 deraadt Exp $ +/* $OpenBSD: util.c,v 1.9 2003/11/08 19:17:29 jmc Exp $ * * Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. * Copyright (c) 1989, 1993 @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: util.c,v 1.8 2003/09/29 16:03:10 deraadt Exp $ + * $Id: util.c,v 1.9 2003/11/08 19:17:29 jmc Exp $ */ @@ -222,7 +222,7 @@ tolower_word(word) * Essential a simple ``return *(int *)p'' but avoid sigbus * for integer alignment (SunOS 4.x, 5.x). * - * Convert network byte order to host byte order if neccessary. + * Convert network byte order to host byte order if necessary. * So we can read on FreeBSD/i386 (little endian) a locate database * which was built on SunOS/sparc (big endian). */ @@ -257,7 +257,7 @@ getwm(p) /* * Read integer from stream. * - * Convert network byte order to host byte order if neccessary. + * Convert network byte order to host byte order if necessary. * So we can read on FreeBSD/i386 (little endian) a locate database * which was built on SunOS/sparc (big endian). */ diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index c13c32555e8..4c56f97bea2 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: make.c,v 1.33 2003/06/03 02:56:12 millert Exp $ */ +/* $OpenBSD: make.c,v 1.34 2003/11/08 19:17:29 jmc Exp $ */ /* $NetBSD: make.c,v 1.10 1996/11/06 17:59:15 christos Exp $ */ /* @@ -180,7 +180,7 @@ Make_OODate(gn) * Libraries are only considered out-of-date if the archive module says * they are. * - * These weird rules are brought to you by Backward-Compatability and + * These weird rules are brought to you by Backward-Compatibility and * the strange people who wrote 'Make'. */ if (gn->type & OP_USE) { diff --git a/usr.bin/mg/file.c b/usr.bin/mg/file.c index 52cce2d07d1..92d6fb7a596 100644 --- a/usr.bin/mg/file.c +++ b/usr.bin/mg/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.26 2003/10/13 02:29:29 vincent Exp $ */ +/* $OpenBSD: file.c,v 1.27 2003/11/08 19:17:29 jmc Exp $ */ /* * File commands. @@ -365,7 +365,7 @@ out: lp2 = NULL; * Ask for a file name and write the contents of the current buffer to that * file. Update the remembered file name and clear the buffer changed flag. * This handling of file names is different from the earlier versions and - * is more compatable with Gosling EMACS than with ITS EMACS. + * is more compatible with Gosling EMACS than with ITS EMACS. */ /* ARGSUSED */ int diff --git a/usr.bin/mg/fileio.c b/usr.bin/mg/fileio.c index 7123a9ffef7..f5039e37f2a 100644 --- a/usr.bin/mg/fileio.c +++ b/usr.bin/mg/fileio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fileio.c,v 1.38 2003/08/15 23:23:18 vincent Exp $ */ +/* $OpenBSD: fileio.c,v 1.39 2003/11/08 19:17:29 jmc Exp $ */ /* * POSIX fileio.c @@ -215,7 +215,7 @@ fbackupfile(const char *fn) /* * The string "fn" is a file name. * Perform any required appending of directory name or case adjustments. - * If NO_DIR is not defined, the same file should be refered to even if the + * If NO_DIR is not defined, the same file should be referred to even if the * working directory changes. */ #ifdef SYMBLINK diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index f227dcb159f..213382f7883 100644 --- a/usr.bin/netstat/ipx.c +++ b/usr.bin/netstat/ipx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipx.c,v 1.14 2003/06/03 02:56:13 millert Exp $ */ +/* $OpenBSD: ipx.c,v 1.15 2003/11/08 19:17:29 jmc Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "from: @(#)ns.c 8.1 (Berkeley) 6/6/93"; #else -static char *rcsid = "$OpenBSD: ipx.c,v 1.14 2003/06/03 02:56:13 millert Exp $"; +static char *rcsid = "$OpenBSD: ipx.c,v 1.15 2003/11/08 19:17:29 jmc Exp $"; #endif #endif /* not lint */ @@ -206,7 +206,7 @@ spx_stats(u_long off, char *name) ANY(spxstat.spxs_sndurg, "packet", " sent with URG only"); ANY(spxstat.spxs_sndwinup, "window update-only packet", " sent"); ANY(spxstat.spxs_sndctrl, "control (SYN|FIN|RST) packet", " sent"); - ANY(spxstat.spxs_sndvoid, "request", " to send a non-existant packet"); + ANY(spxstat.spxs_sndvoid, "request", " to send a non-existent packet"); ANY(spxstat.spxs_rcvtotal, "total packet", " received"); ANY(spxstat.spxs_rcvpack, "packet", " received in sequence"); ANY(spxstat.spxs_rcvbyte, "byte", " received in sequence"); diff --git a/usr.bin/rdist/defs.h b/usr.bin/rdist/defs.h index 18c4a4f60ad..24dcb5246db 100644 --- a/usr.bin/rdist/defs.h +++ b/usr.bin/rdist/defs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: defs.h,v 1.14 2003/06/03 02:56:14 millert Exp $ */ +/* $OpenBSD: defs.h,v 1.15 2003/11/08 19:17:29 jmc Exp $ */ #ifndef __DEFS_H__ #define __DEFS_H__ @@ -202,7 +202,7 @@ #define C_RECVDIR 'D' /* Receive a directory */ #define C_RECVSYMLINK 'K' /* Receive a symbolic link */ #define C_RECVHARDLINK 'k' /* Receive a hard link */ -#define C_END 'E' /* Indicate end of recieve/send */ +#define C_END 'E' /* Indicate end of receive/send */ #define C_CLEAN 'C' /* Clean up */ #define C_QUERY 'Q' /* Query without checking */ #define C_SPECIAL 'S' /* Execute special command */ diff --git a/usr.bin/ssh/sftp-int.c b/usr.bin/ssh/sftp-int.c index a4cfeab1934..ab037ab8489 100644 --- a/usr.bin/ssh/sftp-int.c +++ b/usr.bin/ssh/sftp-int.c @@ -25,7 +25,7 @@ /* XXX: recursive operations */ #include "includes.h" -RCSID("$OpenBSD: sftp-int.c,v 1.63 2003/10/07 07:04:16 djm Exp $"); +RCSID("$OpenBSD: sftp-int.c,v 1.64 2003/11/08 19:17:29 jmc Exp $"); #include <glob.h> @@ -52,7 +52,7 @@ extern int num_requests; /* This is set to 0 if the progressmeter is not desired. */ int showprogress = 1; -/* Seperators for interactive commands */ +/* Separators for interactive commands */ #define WHITESPACE " \t\r\n" /* Define what type of ls view (0 - multi-column) */ diff --git a/usr.bin/sudo/TODO b/usr.bin/sudo/TODO index 857edc9313a..12b5603ad86 100644 --- a/usr.bin/sudo/TODO +++ b/usr.bin/sudo/TODO @@ -33,7 +33,7 @@ TODO list (most will be addressed in sudo 2.0) 13) Should be able to mix Cmnd_Alias's and command args. Ie: pete ALL=PASSWD [A-z]*,!PASSWD root where PASSWD was defined to be /usr/bin/passwd. - This requires the arg parsing to happen in the yacc grammer. + This requires the arg parsing to happen in the yacc grammar. At the very least, commands and args have to become separate tokens in the lexer. diff --git a/usr.bin/sup/src/scmio.c b/usr.bin/sup/src/scmio.c index c63a4043ef0..84cbeccefa1 100644 --- a/usr.bin/sup/src/scmio.c +++ b/usr.bin/sup/src/scmio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scmio.c,v 1.14 2003/08/27 23:05:14 tedu Exp $ */ +/* $OpenBSD: scmio.c,v 1.15 2003/11/08 19:17:29 jmc Exp $ */ /* * Copyright (c) 1992 Carnegie Mellon University @@ -147,7 +147,7 @@ * Added register variables to decode() for speedup. Added I/O * buffering to reduce the number or read/write system calls. * Removed readmfil/writemfil routines which were not used and were - * not compatable with the other similarly defined routines anyway. + * not compatible with the other similarly defined routines anyway. * * 19-Dec-85 Glenn Marcy (gm0w) at Carnegie-Mellon University * Created from scm.c I/O and crypt routines. diff --git a/usr.bin/telnet/README b/usr.bin/telnet/README index 97de232325b..a22179d5edc 100644 --- a/usr.bin/telnet/README +++ b/usr.bin/telnet/README @@ -1,4 +1,4 @@ - $OpenBSD: README,v 1.3 2002/02/10 23:15:05 deraadt Exp $ + $OpenBSD: README,v 1.4 2003/11/08 19:17:29 jmc Exp $ This is a distribution of both client and server telnet. These programs have been compiled on: @@ -297,7 +297,7 @@ Februrary 22, 1991: source route code is automatically enabled. The NO_GETTYTAB #define has been removed; there - is a compatability routine that can be built into + is a compatibility routine that can be built into libtelnet to achive the same results. The server, telnetd, has been switched to use getopt() diff --git a/usr.bin/telnet/telnet.c b/usr.bin/telnet/telnet.c index 29ce716216f..4db0706384f 100644 --- a/usr.bin/telnet/telnet.c +++ b/usr.bin/telnet/telnet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: telnet.c,v 1.17 2003/10/04 10:18:05 jmc Exp $ */ +/* $OpenBSD: telnet.c,v 1.18 2003/11/08 19:17:29 jmc Exp $ */ /* $NetBSD: telnet.c,v 1.7 1996/02/28 21:04:15 thorpej Exp $ */ /* @@ -1867,7 +1867,7 @@ process_iac: /* * This is an error. We only expect to get * "IAC IAC" or "IAC SE". Several things may - * have happend. An IAC was not doubled, the + * have happened. An IAC was not doubled, the * IAC SE was left off, or another option got * inserted into the suboption are all possibilities. * If we assume that the IAC was not doubled, diff --git a/usr.bin/tn3270/ascii/map3270.c b/usr.bin/tn3270/ascii/map3270.c index 06c6470322c..3c48afacffd 100644 --- a/usr.bin/tn3270/ascii/map3270.c +++ b/usr.bin/tn3270/ascii/map3270.c @@ -1,4 +1,4 @@ -/* $OpenBSD: map3270.c,v 1.8 2003/09/29 09:08:20 miod Exp $ */ +/* $OpenBSD: map3270.c,v 1.9 2003/11/08 19:17:29 jmc Exp $ */ /*- * Copyright (c) 1988 The Regents of the University of California. @@ -31,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)map3270.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: map3270.c,v 1.8 2003/09/29 09:08:20 miod Exp $"; +static char rcsid[] = "$OpenBSD: map3270.c,v 1.9 2003/11/08 19:17:29 jmc Exp $"; #endif /* not lint */ /* This program reads a description file, somewhat like /etc/termcap, @@ -73,7 +73,7 @@ static char rcsid[] = "$OpenBSD: map3270.c,v 1.8 2003/09/29 09:08:20 miod Exp $" #define LEX_END_OF_FILE LEX_CARETED+1 /* end of file encountered */ #define LEX_ILLEGAL LEX_END_OF_FILE+1 /* trailing escape character */ -/* the following is part of our character set dependancy... */ +/* the following is part of our character set dependency... */ #define ESCAPE 0x1b #define TAB 0x09 #define NEWLINE 0x0a diff --git a/usr.bin/tn3270/tools/mkmake.y b/usr.bin/tn3270/tools/mkmake.y index 5002ba93ba5..4bd94884a78 100644 --- a/usr.bin/tn3270/tools/mkmake.y +++ b/usr.bin/tn3270/tools/mkmake.y @@ -31,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)mkmake.y 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$Id: mkmake.y,v 1.4 2003/06/03 02:56:19 millert Exp $"; +static char rcsid[] = "$Id: mkmake.y,v 1.5 2003/11/08 19:17:29 jmc Exp $"; #endif /* not lint */ typedef struct string { @@ -57,7 +57,7 @@ typedef struct string { * (and, we restrict any given one to live on one and only one such list) * * Also, they may live on the list of values for someone else's variable, - * or as someone's dependancy. + * or as someone's dependency. */ typedef struct same { @@ -66,7 +66,7 @@ typedef struct same { struct same *nexttoken, /* Next pointer */ *lasttoken, /* Back pointer */ - *depend_list, /* If target, dependancies */ + *depend_list, /* If target, dependencies */ *action_list, /* If target, actions */ *value_list, /* If variable, value list */ *shell_item; /* If a shell variable, current value */ diff --git a/usr.bin/vi/docs/USD.doc/exref/ex.rm b/usr.bin/vi/docs/USD.doc/exref/ex.rm index dff75ebe110..acf972d4de2 100644 --- a/usr.bin/vi/docs/USD.doc/exref/ex.rm +++ b/usr.bin/vi/docs/USD.doc/exref/ex.rm @@ -1,4 +1,4 @@ -.\" $OpenBSD: ex.rm,v 1.5 2003/06/03 02:56:21 millert Exp $ +.\" $OpenBSD: ex.rm,v 1.6 2003/11/08 19:17:29 jmc Exp $ .\" .\" Copyright (c) 1980, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1963,7 +1963,7 @@ is set. If .I modeline is set, then the first 5 lines and the last five lines of the file -will be checked for ex command lines and the comands issued. +will be checked for ex command lines and the commands issued. To be recognized as a command line, the line must have the string .B ex: or diff --git a/usr.bin/vi/docs/tutorial/vi.beginner b/usr.bin/vi/docs/tutorial/vi.beginner index 3bf35ac939f..d0a4a7ba735 100644 --- a/usr.bin/vi/docs/tutorial/vi.beginner +++ b/usr.bin/vi/docs/tutorial/vi.beginner @@ -293,7 +293,7 @@ word 'scroll' refers to the action of the cursor within the file. However, another legitimate use of the word refers to the action of the text on the screen. That is, if the lines on your screen move up toward the top of the screen, this would be 'scrolling the screen up'. If the lines move down -toward the bottom of the screen, this would be refered to as scrolling down. +toward the bottom of the screen, this would be referred to as scrolling down. I have tried to maintain the following jargon: 'scrolling' refers to what the text does on the screen, not to what the cursor does within the file. For the diff --git a/usr.bin/xlint/lint1/cgram.y b/usr.bin/xlint/lint1/cgram.y index 9a7d5237a7d..83e81ccb118 100644 --- a/usr.bin/xlint/lint1/cgram.y +++ b/usr.bin/xlint/lint1/cgram.y @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: cgram.y,v 1.4 2002/02/16 21:27:59 millert Exp $ */ +/* $OpenBSD: cgram.y,v 1.5 2003/11/08 19:17:29 jmc Exp $ */ /* $NetBSD: cgram.y,v 1.8 1995/10/02 17:31:35 jpo Exp $ */ /* @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: cgram.y,v 1.4 2002/02/16 21:27:59 millert Exp $"; +static char rcsid[] = "$OpenBSD: cgram.y,v 1.5 2003/11/08 19:17:29 jmc Exp $"; #endif #include <stdlib.h> @@ -1442,7 +1442,7 @@ expr: term: T_NAME { - /* XXX realy neccessary? */ + /* XXX really necessary? */ if (yychar < 0) yychar = yylex(); $$ = getnnode(getsym($1), yychar); diff --git a/usr.bin/xlint/lint1/decl.c b/usr.bin/xlint/lint1/decl.c index 21f10176ae2..1592ac08245 100644 --- a/usr.bin/xlint/lint1/decl.c +++ b/usr.bin/xlint/lint1/decl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: decl.c,v 1.7 2002/02/16 21:27:59 millert Exp $ */ +/* $OpenBSD: decl.c,v 1.8 2003/11/08 19:17:29 jmc Exp $ */ /* $NetBSD: decl.c,v 1.11 1995/10/02 17:34:16 jpo Exp $ */ /* @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: decl.c,v 1.7 2002/02/16 21:27:59 millert Exp $"; +static char rcsid[] = "$OpenBSD: decl.c,v 1.8 2003/11/08 19:17:29 jmc Exp $"; #endif #include <sys/param.h> @@ -1490,7 +1490,7 @@ dname(sym) * XXX somewhat ugly because we dont know whether * this is AUTO or EXTERN (functions). If we are * wrong it must be corrected in decl1loc(), where - * we have the neccessary type information. + * we have the necessary type information. */ sc = AUTO; sym->s_def = DEF; diff --git a/usr.bin/xlint/lint2/emit2.c b/usr.bin/xlint/lint2/emit2.c index 8806f7a5ffd..290fc0868a8 100644 --- a/usr.bin/xlint/lint2/emit2.c +++ b/usr.bin/xlint/lint2/emit2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: emit2.c,v 1.3 2002/02/16 21:27:59 millert Exp $ */ +/* $OpenBSD: emit2.c,v 1.4 2003/11/08 19:17:29 jmc Exp $ */ /* $NetBSD: emit2.c,v 1.2 1995/07/03 21:24:44 cgd Exp $ */ /* @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: emit2.c,v 1.3 2002/02/16 21:27:59 millert Exp $"; +static char rcsid[] = "$OpenBSD: emit2.c,v 1.4 2003/11/08 19:17:29 jmc Exp $"; #endif #include <err.h> @@ -192,7 +192,7 @@ dumpname(hte) /* * If there is a definition, write it. Otherwise write a tentative - * definition. This is neccessary because more than one tentative + * definition. This is necessary because more than one tentative * definition is allowed (except with sflag). */ def = NULL; diff --git a/usr.bin/xlint/lint2/read.c b/usr.bin/xlint/lint2/read.c index 83439799396..5df2e4cffe4 100644 --- a/usr.bin/xlint/lint2/read.c +++ b/usr.bin/xlint/lint2/read.c @@ -1,4 +1,4 @@ -/* $OpenBSD: read.c,v 1.5 2002/02/19 19:39:39 millert Exp $ */ +/* $OpenBSD: read.c,v 1.6 2003/11/08 19:17:29 jmc Exp $ */ /* $NetBSD: read.c,v 1.2 1995/07/03 21:24:59 cgd Exp $ */ /* @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: read.c,v 1.5 2002/02/19 19:39:39 millert Exp $"; +static char rcsid[] = "$OpenBSD: read.c,v 1.6 2003/11/08 19:17:29 jmc Exp $"; #endif #include <stdio.h> @@ -220,7 +220,7 @@ setsrc(cp) /* * setfnid() gets as input an index as used in an input file and the - * associated file name. If neccessary, it creates a new lint2 file + * associated file name. If necessary, it creates a new lint2 file * name index for this file name and creates the mapping of the index * as used in the input file to the index used in lint2. */ |