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/rdist/defs.h | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'usr.bin/rdist/defs.h')
-rw-r--r-- | usr.bin/rdist/defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |