fix typo in comment
authorDenis Vlasenko <vda.linux@googlemail.com>
Fri, 13 Apr 2007 16:32:26 +0000 (16:32 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Fri, 13 Apr 2007 16:32:26 +0000 (16:32 -0000)
ipsvd/tcpudp.c

index 8c15d4b3e09a38e141c5c0357050b2bd9e688b78..553fee870d63b5dfeff4c7d9feb2149ef7500d54 100644 (file)
@@ -25,7 +25,7 @@
  * - local IP address is retrieved (using recvmsg voodoo) but
  *   child's socket is not bound to it (bind cannot be called on
  *   already bound socket). Thus it still can emit outgoing packets
- *   with wrong sorce IP...
+ *   with wrong source IP...
  * - don't know how to retrieve ORIGDST for udp.
  */