commit | ddd5d9daf07be16f4cf40e2dc760a5b67d01224f | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@fifi.denx.de> | Mon Aug 14 22:43:13 2006 +0200 |
committer | Wolfgang Denk <wd@fifi.denx.de> | Mon Aug 14 22:43:13 2006 +0200 |
tree | 6e7e7b8968334e51c0440682f01fe1667eda963d | |
parent | 80f0c0f58f6a39f893101d14a79169504e3c93fd [diff] [blame] |
Fix typo. Patch by Andreas Engel, 28 Nov 2005
diff --git a/net/tftp.c b/net/tftp.c index eca21d2..f3a5471 100644 --- a/net/tftp.c +++ b/net/tftp.c
@@ -225,7 +225,7 @@ if (TftpBlock == 0) { TftpBlockWrap++; TftpBlockWrapOffset += TFTP_BLOCK_SIZE * TFTP_SEQUENCE_SIZE; - printf ("\n\t %lu MB reveived\n\t ", TftpBlockWrapOffset>>20); + printf ("\n\t %lu MB received\n\t ", TftpBlockWrapOffset>>20); } else { if (((TftpBlock - 1) % 10) == 0) { putc ('#');