diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-23 14:17:09 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-23 14:17:09 +0000 |
commit | 8ed929de98add940a4939c2b04e15bd6cb05e5bc (patch) | |
tree | 57e2d61b130efef92c92538dd20bed5fce75f607 /usr.bin | |
parent | 4976efe564dfd17dd878bc21c0ae548a3cf9c02e (diff) |
recieve -> receive
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ctags/yacc.c | 6 | ||||
-rw-r--r-- | usr.bin/rdist/defs.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ctags/yacc.c b/usr.bin/ctags/yacc.c index 056030e447b..9bc2cc4fa01 100644 --- a/usr.bin/ctags/yacc.c +++ b/usr.bin/ctags/yacc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yacc.c,v 1.3 2000/07/25 19:26:23 deraadt Exp $ */ +/* $OpenBSD: yacc.c,v 1.4 2001/08/23 14:17:08 aaron Exp $ */ /* $NetBSD: yacc.c,v 1.3 1995/03/26 20:14:12 glass Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)yacc.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$OpenBSD: yacc.c,v 1.3 2000/07/25 19:26:23 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: yacc.c,v 1.4 2001/08/23 14:17:08 aaron Exp $"; #endif #endif /* not lint */ @@ -135,7 +135,7 @@ toss_yysec() * state == 0 : waiting * state == 1 : received a newline * state == 2 : received first % - * state == 3 : recieved second % + * state == 3 : received second % */ lineftell = ftell(inf); for (state = 0; GETC(!=, EOF);) diff --git a/usr.bin/rdist/defs.h b/usr.bin/rdist/defs.h index 31f06ad1d7b..17cdd722b32 100644 --- a/usr.bin/rdist/defs.h +++ b/usr.bin/rdist/defs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: defs.h,v 1.10 1999/02/04 23:18:57 millert Exp $ */ +/* $OpenBSD: defs.h,v 1.11 2001/08/23 14:17:08 aaron Exp $ */ #ifndef __DEFS_H__ #define __DEFS_H__ @@ -203,7 +203,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 */ |