Parcourir la source

[master] fix spelling typo in output

I didn't get this reviewed, but make check still worked for me.
Jeremy C. Reed il y a 12 ans
Parent
commit
041dbdee3f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcp/tests/iface_mgr_unittest.cc

+ 1 - 1
src/lib/dhcp/tests/iface_mgr_unittest.cc

@@ -1180,7 +1180,7 @@ TEST_F(IfaceMgrTest, DISABLED_detectIfaces_linux) {
                          << " address on " << detected->getFullName() << " interface." << endl;
                     FAIL();
                 }
-                cout << "Address " << addr->toText() << " on iterface " << detected->getFullName()
+                cout << "Address " << addr->toText() << " on interface " << detected->getFullName()
                      << " matched with 'ifconfig -a' output." << endl;
             }
         }