Browse Source

[3191] Typo fixed.

Tomek Mrugalski 11 years ago
parent
commit
541922b530
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp4/tests/dhcp4_srv_unittest.cc

+ 1 - 1
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc

@@ -1340,7 +1340,7 @@ TEST_F(Dhcpv4SrvTest, siaddr) {
 }
 
 // Checks if the next-server defined as global value is overridden by subnet
-// specific value and returned in server messagey. There's also similar test for
+// specific value and returned in server messages. There's also similar test for
 // checking parser only configuration, see Dhcp4ParserTest.nextServerOverride in
 // config_parser_unittest.cc.
 TEST_F(Dhcpv4SrvTest, nextServerOverride) {