X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54e818e2dea66d457ec7061f3f2bec19be321f39..4e62e76d104a17f0c9aaf9135ac605e9c8c87141:/src/xbt/config_test.cpp diff --git a/src/xbt/config_test.cpp b/src/xbt/config_test.cpp index 8b419246fe..f870f3365a 100644 --- a/src/xbt/config_test.cpp +++ b/src/xbt/config_test.cpp @@ -47,7 +47,7 @@ TEST_CASE("xbt::config: Configuration support", "config") int ival = simgrid::config::get_value("speed"); REQUIRE(ival == 42); // Unexpected value for speed - INFO("Access to a non-existant entry"); + INFO("Access to a non-existent entry"); REQUIRE_THROWS_AS(simgrid::config::set_parse("color:blue"), std::out_of_range);