diff --git a/examples/sockets_ex_2.cpp b/examples/sockets_ex_2.cpp index 873ae95c3..dc61c30c1 100755 --- a/examples/sockets_ex_2.cpp +++ b/examples/sockets_ex_2.cpp @@ -75,8 +75,8 @@ int main() // In any case, this function is provided to allow you to perform a graceful // close if you so choose. // - // Also note that the timeout can be changed by suppling an optional second - // argument to this function. + // Also note that the timeout can be changed by suppling an optional argument + // to this function. close_gracefully(con); } catch (exception& e)