From: Martin Quinson Date: Thu, 14 Jul 2016 20:40:16 +0000 (+0200) Subject: fix some typos X-Git-Tag: v3_14~749 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ca8bea85e8ccf52bdc546bc83ecd27a6671f95ee fix some typos --- diff --git a/doc/doxygen/uhood.doc b/doc/doxygen/uhood.doc index 6a753376dd..b1ef22d5da 100644 --- a/doc/doxygen/uhood.doc +++ b/doc/doxygen/uhood.doc @@ -25,7 +25,7 @@ We provide an uniform interface to them: (and share the same reference count). The ability to manipulate thge objects thought pointers and have the ability -to use explicite reference count management is useful for creating C wrappers +to use explicit reference count management is useful for creating C wrappers to the S4U and should play nicely with other language bindings (such as SWIG-based ones). diff --git a/src/mc/ModelChecker.cpp b/src/mc/ModelChecker.cpp index 20236555df..5d0e4af050 100644 --- a/src/mc/ModelChecker.cpp +++ b/src/mc/ModelChecker.cpp @@ -294,10 +294,10 @@ bool ModelChecker::handle_message(char* buffer, ssize_t size) return true; } -/** Terminate the model-checker aplication */ +/** Terminate the model-checker application */ void ModelChecker::exit(int status) { - // TODO, terminate the model checker politely instead of exiting rudel + // TODO, terminate the model checker politely instead of exiting rudely if (process().running()) kill(process().pid(), SIGKILL); ::exit(status);