X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b975bca8a302da530825a97a250994edb9668ba..ab1a94e98438ed2d29533aca9e613d667237c3d0:/include/xbt/cunit.h diff --git a/include/xbt/cunit.h b/include/xbt/cunit.h index a2c95e9fba..d4d1cbab4d 100644 --- a/include/xbt/cunit.h +++ b/include/xbt/cunit.h @@ -70,7 +70,7 @@ XBT_PUBLIC(void) xbt_test_exit(void); * * @{ */ -/** @brief Provide informations about the suite declared in this file +/** @brief Provide information about the suite declared in this file * @hideinitializer * * Actually, this macro is only used by the script extracting the test units, but that should be transparent for you. @@ -131,7 +131,7 @@ XBT_PUBLIC(void) xbt_test_exception(xbt_ex_t e); /** @brief Declare that the lastly started test was expected to fail (and actually failed) */ XBT_PUBLIC(void) xbt_test_expect_failure(void); -/** @brief Declare that the lastly started test should be skiped today */ +/** @brief Declare that the lastly started test should be skipped today */ XBT_PUBLIC(void) xbt_test_skip(void); /** @} */