From: Martin Quinson Date: Wed, 28 Dec 2016 14:17:33 +0000 (+0100) Subject: fix some typos found by the debian packaging tools X-Git-Tag: v3_14_159~3 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/721c5fd3552fda449831f04443097c1975ce517c?hp=a21b0a65342f2a2e2934a6c0e666236fb7bc54f9;ds=sidebyside fix some typos found by the debian packaging tools --- diff --git a/doc/manpage/smpirun.1 b/doc/manpage/smpirun.1 index 5e5726fa2c..89783e11a9 100644 --- a/doc/manpage/smpirun.1 +++ b/doc/manpage/smpirun.1 @@ -16,7 +16,7 @@ XML file describing the platform on which we want to deploy the program \fB\-hostfile\fR, \fB\-machinefile\fR Hostfile listing all the machines in use .SH SMPI OPTIONS -The smpirun itself accepts some optionnal parameters, that are not to +The smpirun itself accepts some optional parameters, that are not to be mixed with the configuration options described in the next section. .TP @@ -50,7 +50,7 @@ statically against SimGrid, only the others. Activate the trace mechanism if available (equivalent to \fB--cfg\fR=\fItracing\fR:\fIyes\fR \fB--cfg\fR=\fItracing/smpi\fR:\fIyes\fR) .TP \fB\-trace-ti\fR -Activate time independant tracing. +Activate time independent tracing. .TP \fB\-trace-comment\fR Put a comment on the top of the trace file. diff --git a/doc/manpage/tesh.pod b/doc/manpage/tesh.pod index e7a8a8374f..ba628638d1 100755 --- a/doc/manpage/tesh.pod +++ b/doc/manpage/tesh.pod @@ -23,7 +23,7 @@ they produce the expected output and return the expected value. --cfg arg : add parameter --cfg=arg to each command line --log arg : add parameter --log=arg to each command line --ignore-jenkins : ignore all cruft generated on SimGrid - continous integration servers + continuous integration servers =head1 TEST SUITE FILE SYTAX @@ -182,7 +182,7 @@ by the lexicographical sort. The solution is to prefix each line of your output with temporal information so that lines can be grouped by timestamps. The -lexicographical sort then only applies to lines that occured at the +lexicographical sort then only applies to lines that occurred at the same timestamp. Here is a SimGrid example: # Sort only lines depending on the first 19 chars diff --git a/src/bindings/java/jmsg_process.h b/src/bindings/java/jmsg_process.h index fc738bfb6c..963b7b33ef 100644 --- a/src/bindings/java/jmsg_process.h +++ b/src/bindings/java/jmsg_process.h @@ -53,7 +53,7 @@ void jprocess_delete_global_ref(jobject jprocess, JNIEnv * env); /** * This function waits for a java process to terminate. * - * @param jprocess The java process ot wait for. + * @param jprocess The java process to wait for. * @param env The env of the current thread * * @exception If the class Process is not found the function throws the ClassNotFoundException. If the method diff --git a/src/instr/instr_config.cpp b/src/instr/instr_config.cpp index 5f29a40af9..d787861180 100644 --- a/src/instr/instr_config.cpp +++ b/src/instr/instr_config.cpp @@ -489,7 +489,7 @@ void TRACE_help (int detailed) print_line (OPT_TRACING_TOPOLOGY, "Register the platform topology as a graph", " This option (enabled by default) can be used to disable the tracing of\n" " the platform topology in the trace file. Sometimes, such task is really\n" - " time consuming, since it must get the route from each host ot other hosts\n" + " time consuming, since it must get the route from each host to other hosts\n" " within the same Autonomous System (AS).", detailed); } diff --git a/src/mc/ObjectInformation.cpp b/src/mc/ObjectInformation.cpp index 96835b814a..7784c6a4c2 100644 --- a/src/mc/ObjectInformation.cpp +++ b/src/mc/ObjectInformation.cpp @@ -47,7 +47,7 @@ simgrid::mc::Frame* ObjectInformation::find_function(const void *ip) const { /* This is implemented by binary search on a sorted array. * - * We do quite a lot ot those so we want this to be cache efficient. + * We do quite a lot of those so we want this to be cache efficient. * We pack the only information we need in the index entries in order * to successfully do the binary search. We do not need the high_pc * during the binary search (only at the end) so it is not included diff --git a/tools/simgrid_update_xml.pl b/tools/simgrid_update_xml.pl index e9c639058b..a67fcab931 100755 --- a/tools/simgrid_update_xml.pl +++ b/tools/simgrid_update_xml.pl @@ -71,7 +71,7 @@ Several tags were renamed: =item -The AS tag were introduced. Every plaform should now contain an englobing AS +The AS tag were introduced. Every platform should now contain an englobing AS tag. =item