Parcourir la source

spelling: against

Josh Soref il y a 7 ans
Parent
commit
c20a90ac53
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc

+ 1 - 1
src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc

@@ -811,7 +811,7 @@ public:
             if (evenLeaseIndex(i)) {
                 // Hostname with two consecutive dots is invalid and may result
                 // in exception if the reclamation routine doesn't protect
-                // aginst such exceptions.
+                // against such exceptions.
                 std::ostringstream hostname_s;
                 hostname_s << "invalid-host" << i << "..example.com";
                 leases_[i]->hostname_ = hostname_s.str();