From c0959d4f0f91d99f596d5862590de43bab69e8e1 Mon Sep 17 00:00:00 2001 From: "Alvin M." Date: Thu, 6 Nov 2014 10:19:23 -0500 Subject: [PATCH] Update DatagramSocket.h Misspelling --- Net/include/Poco/Net/DatagramSocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Net/include/Poco/Net/DatagramSocket.h b/Net/include/Poco/Net/DatagramSocket.h index 2f3ebda8d..18d139995 100644 --- a/Net/include/Poco/Net/DatagramSocket.h +++ b/Net/include/Poco/Net/DatagramSocket.h @@ -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