[svn] commit: r3609 - /branches/vorner-recursor-timeouts/src/lib/asiolink/tests/udpdns_unittest.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Nov 22 17:43:12 UTC 2010
Author: jreed
Date: Mon Nov 22 17:43:11 2010
New Revision: 3609
Log:
Fix few typos in comments.
Modified:
branches/vorner-recursor-timeouts/src/lib/asiolink/tests/udpdns_unittest.cc
Modified: branches/vorner-recursor-timeouts/src/lib/asiolink/tests/udpdns_unittest.cc
==============================================================================
--- branches/vorner-recursor-timeouts/src/lib/asiolink/tests/udpdns_unittest.cc (original)
+++ branches/vorner-recursor-timeouts/src/lib/asiolink/tests/udpdns_unittest.cc Mon Nov 22 17:43:11 2010
@@ -78,9 +78,9 @@
/*
* Test that when we run the query and stop it after it was run,
- * it returs "stopped" correctly.
+ * it returns "stopped" correctly.
*
- * That is why is stop() posted to the service_ as well instead
+ * That is why stop() is posted to the service_ as well instead
* of calling it.
*/
TEST_F(UDPQueryTest, stop) {
@@ -111,7 +111,7 @@
}
/*
- * Test that it will timeout when no answer will arriwe.
+ * Test that it will timeout when no answer will arrive.
*/
TEST_F(UDPQueryTest, timeout) {
expected_ = asiolink::UDPQuery::TIME_OUT;
@@ -124,7 +124,7 @@
* Test that it will succeed when we fake an answer and
* stores the same data we send.
*
- * This is done trough a real socket on loopback address.
+ * This is done through a real socket on loopback address.
*/
TEST_F(UDPQueryTest, receive) {
expected_ = asiolink::UDPQuery::SUCCESS;
More information about the bind10-changes
mailing list