From f5c398f37568c3c3cebd6e8365557d385cbb9ebd Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 24 Sep 1999 13:16:39 +0000 Subject: [PATCH] Fix typo in comment. --- src/sw_rsh.c | 7 +++++-- src/sw_rsh.h | 11 +++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/sw_rsh.c b/src/sw_rsh.c index fc6a6be..8720551 100644 --- a/src/sw_rsh.c +++ b/src/sw_rsh.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sw_rsh.c,v 1.6 1999/09/24 13:15:57 mdw Exp $ + * $Id: sw_rsh.c,v 1.7 1999/09/24 13:16:22 mdw Exp $ * * Run remote commands * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: sw_rsh.c,v $ + * Revision 1.7 1999/09/24 13:16:22 mdw + * Fix typo in comment. + * * Revision 1.6 1999/09/24 13:15:57 mdw * Remove unnecessary assumptions about structure layouts. (The `pkhead' * structure is no more.) @@ -112,7 +115,7 @@ static rcmd *rcmds = RCMD_LINK; * Returns: Zero if it worked, nonzero otherwise. * * Use: Sends a data packet. If the type is `data', then `sz' may be - * arbitrarily large and is divided into small eenough chunks. + * arbitrarily large and is divided into small enough chunks. * Otherwise it's an error to send a packet that's too big. */ diff --git a/src/sw_rsh.h b/src/sw_rsh.h index f44aaa9..2e38816 100644 --- a/src/sw_rsh.h +++ b/src/sw_rsh.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sw_rsh.h,v 1.1 1999/06/02 16:53:33 mdw Exp $ + * $Id: sw_rsh.h,v 1.2 1999/09/24 13:16:39 mdw Exp $ * * [Run remote commands * * (c) 1999 EBI @@ -28,8 +28,11 @@ /*----- Revision history --------------------------------------------------* * * $Log: sw_rsh.h,v $ - * Revision 1.1 1999/06/02 16:53:33 mdw - * Initial revision + * Revision 1.2 1999/09/24 13:16:39 mdw + * Fix typo in comment. + * + * Revision 1.1.1.1 1999/06/02 16:53:33 mdw + * Initial import. * */ @@ -136,7 +139,7 @@ typedef struct rcmd { * Returns: Zero if it worked, nonzero otherwise. * * Use: Sends a data packet. If the type is `data', then `sz' may be - * arbitrarily large and is divided into small eenough chunks. + * arbitrarily large and is divided into small enough chunks. * Otherwise it's an error to send a packet that's too big. */ -- 2.11.0