Repository: mesos Updated Branches: refs/heads/master cc102c440 -> 694723f27
Fixed typo in PortMappingIsolatorTests log message. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/694723f2 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/694723f2 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/694723f2 Branch: refs/heads/master Commit: 694723f2796ab68fdd8d8df0e91d1fec33c6a445 Parents: cc102c4 Author: Till Toenshoff <[email protected]> Authored: Wed Feb 10 18:07:33 2016 +0100 Committer: Till Toenshoff <[email protected]> Committed: Wed Feb 10 18:08:05 2016 +0100 ---------------------------------------------------------------------- src/tests/containerizer/port_mapping_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/694723f2/src/tests/containerizer/port_mapping_tests.cpp ---------------------------------------------------------------------- diff --git a/src/tests/containerizer/port_mapping_tests.cpp b/src/tests/containerizer/port_mapping_tests.cpp index 3e02835..aa98460 100644 --- a/src/tests/containerizer/port_mapping_tests.cpp +++ b/src/tests/containerizer/port_mapping_tests.cpp @@ -201,7 +201,7 @@ public: ASSERT_SOME(os::shell("which arping")) << "-------------------------------------------------------------\n" << "We cannot run some PortMappingIsolatorTests because 'arping'\n" - << "could not be found. You can either isntall 'arping', or\n" + << "could not be found. You can either install 'arping', or\n" << "disable this test case\n" << "-------------------------------------------------------------"; }
