Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
041dbdee
Commit
041dbdee
authored
Sep 18, 2012
by
Jeremy C. Reed
Browse files
[master] fix spelling typo in output
I didn't get this reviewed, but make check still worked for me.
parent
b88349ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/tests/iface_mgr_unittest.cc
View file @
041dbdee
...
...
@@ -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 i
n
terface "
<<
detected
->
getFullName
()
<<
" matched with 'ifconfig -a' output."
<<
endl
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment