From f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Sat, 8 Nov 2003 19:17:31 +0000 Subject: typos from Jonathon Gray; --- usr.bin/rdist/defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/rdist/defs.h') 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 */ -- cgit v1.2.3