diff options
Diffstat (limited to 'common/xyzModem.c')
| -rw-r--r-- | common/xyzModem.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/xyzModem.c b/common/xyzModem.c index 7a46805e1..a1f955b9d 100644 --- a/common/xyzModem.c +++ b/common/xyzModem.c @@ -786,7 +786,7 @@ xyzModem_stream_terminate (bool abort, int (*getc) (void))        ZM_DEBUG (zm_dprintf ("Engaging cleanup mode...\n"));        /*         * Consume any trailing crap left in the inbuffer from -       * previous recieved blocks. Since very few files are an exact multiple +       * previous received blocks. Since very few files are an exact multiple         * of the transfer block size, there will almost always be some gunk here.         * If we don't eat it now, RedBoot will think the user typed it.         */ |