Update DatagramSocket.h

Misspelling
This commit is contained in:
Alvin M. 2014-11-06 10:19:23 -05:00
parent 4aac27b33c
commit c0959d4f0f

View File

@ -80,7 +80,7 @@ public:
/// If reuseAddress is true, sets the SO_REUSEADDR
/// socket option.
///
/// Calls to connect cannot come before callst to bind.
/// Calls to connect cannot come before calls to bind.
int sendBytes(const void* buffer, int length, int flags = 0);
/// Sends the contents of the given buffer through