patchlwIP - A Lightweight TCP/IP stack - Patches: patch #8030, Correct spelling of received

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #8030: Correct spelling of received

Submitter:  Liam <morepork>
Submitted:  Thu 25 Apr 2013 09:48:14 PM UTC
Votes: 100
 
Category:  None Priority:  3 - Low
Status:  Done Privacy:  Public
Assigned to:  goldsimon Open/Closed:  Closed
Planned Release:  None

Wed 19 Jun 2013 08:28:55 PM UTC, comment #1: 

That was a easy one...
-> done

Simon Goldschmidt <goldsimon>
Group administrator
Thu 25 Apr 2013 09:48:14 PM UTC, original submission:  

diff --git a/src/core/tcp.c b/src/core/tcp.c
index a0cbb15..8690cd2 100644
--- a/src/core/tcp.c
+++ b/src/core/tcp.c
@@ -667,7 +667,7 @@ tcp_recved(struct tcp_pcb *pcb, u16_t len)
     tcp_output(pcb);
   }
 
-  LWIP_DEBUGF(TCP_DEBUG, ("tcp_recved: recveived %"U16_F" bytes, wnd %"U16_F" (%"U16_F").\n",
+  LWIP_DEBUGF(TCP_DEBUG, ("tcp_recved: received %"U16_F" bytes, wnd %"U16_F" (%"U16_F").\n",
          len, pcb->rcv_wnd, TCP_WND - pcb->rcv_wnd));
 }

Liam <morepork>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by engy (Voted in favor of this item)
  • -email is unavailable- added by morepork (Submitted the item)
  •  

    There are 100 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-06-19 goldsimon StatusNone Done
        Assigned toNone goldsimon
        Open/ClosedOpen Closed
    2013-05-25 engy Carbon-Copy- Added engy
    2013-04-25 morepork Attached File- Added 0001-Corrected-spelling-of-received.patch, #27941

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code