Browse Source

[master] fix spelling typo in output

I didn't get this reviewed, but make check still worked for me.
Jeremy C. Reed 12 years ago
parent
commit
041dbdee3f
1 changed files with 1 additions and 1 deletions
  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;
                          << " address on " << detected->getFullName() << " interface." << endl;
                     FAIL();
                     FAIL();
                 }
                 }
-                cout << "Address " << addr->toText() << " on iterface " << detected->getFullName()
+                cout << "Address " << addr->toText() << " on interface " << detected->getFullName()
                      << " matched with 'ifconfig -a' output." << endl;
                      << " matched with 'ifconfig -a' output." << endl;
             }
             }
         }
         }