From 7b5b3e30d5fc1d91b8d6b5cb4262d3a1a2473968 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 12:26:51 -0400 Subject: [PATCH] spelling: elsewhere --- src/bin/d2/tests/d2_update_message_unittests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/d2/tests/d2_update_message_unittests.cc b/src/bin/d2/tests/d2_update_message_unittests.cc index 2487a880e5..180a87b3b2 100644 --- a/src/bin/d2/tests/d2_update_message_unittests.cc +++ b/src/bin/d2/tests/d2_update_message_unittests.cc @@ -456,7 +456,7 @@ TEST_F(D2UpdateMessageTest, toWire) { // The simplest way to convert the name from wire format to a string // is to use dns::Name class. It should be ok to rely on the Name class - // to decode the name, because it is unit tested elswhere. + // to decode the name, because it is unit tested elsewhere. std::string zone_name = readNameFromWire(buf, 13); EXPECT_EQ("example.com.", zone_name); -- 2.47.3