]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] fix spelling typo in output
authorJeremy C. Reed <jreed@ISC.org>
Tue, 18 Sep 2012 17:50:08 +0000 (12:50 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Tue, 18 Sep 2012 17:50:08 +0000 (12:50 -0500)
I didn't get this reviewed, but make check still worked for me.

src/lib/dhcp/tests/iface_mgr_unittest.cc

index 3bf5ca4450e7a1ef55b57302147f6fb4ed3684b9..4fe7e23c3093bbe52c31e123b53d15c15f2a54d2 100644 (file)
@@ -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;
             }
         }