Browse Source

spelling: elsewhere

Josh Soref 7 years ago
parent
commit
7b5b3e30d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/d2/tests/d2_update_message_unittests.cc

+ 1 - 1
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);