Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix some typos found by the debian packaging tools
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 28 Dec 2016 14:17:33 +0000 (15:17 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 28 Dec 2016 14:17:33 +0000 (15:17 +0100)
doc/manpage/smpirun.1
doc/manpage/tesh.pod
src/bindings/java/jmsg_process.h
src/instr/instr_config.cpp
src/mc/ObjectInformation.cpp
tools/simgrid_update_xml.pl

index 5e5726f..89783e1 100644 (file)
@@ -16,7 +16,7 @@ XML file describing the platform on which we want to deploy the program
 \fB\-hostfile\fR, \fB\-machinefile\fR <hostfile>
 Hostfile listing all the machines in use
 .SH SMPI OPTIONS
 \fB\-hostfile\fR, \fB\-machinefile\fR <hostfile>
 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
 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 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 <comment>
 Put a comment on the top of the trace file.
 .TP
 \fB\-trace-comment\fR <comment>
 Put a comment on the top of the trace file.
index e7a8a83..ba62863 100755 (executable)
@@ -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
   --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
 
 
 =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
 
 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
 same timestamp. Here is a SimGrid example:
 
     # Sort only lines depending on the first 19 chars
index fc738bf..963b7b3 100644 (file)
@@ -53,7 +53,7 @@ void jprocess_delete_global_ref(jobject jprocess, JNIEnv * env);
 /**
  * This function waits for a java process to terminate.
  *
 /**
  * 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
  * @param env       The env of the current thread
  *
  * @exception       If the class Process is not found the function throws the ClassNotFoundException. If the method
index 5f29a40..d787861 100644 (file)
@@ -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"
   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);
 }
 
         "  within the same Autonomous System (AS).", detailed);
 }
 
index 96835b8..7784c6a 100644 (file)
@@ -47,7 +47,7 @@ simgrid::mc::Frame* ObjectInformation::find_function(const void *ip) const
 {
   /* This is implemented by binary search on a sorted array.
    *
 {
   /* 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
    * 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
index e9c6390..a67fcab 100755 (executable)
@@ -71,7 +71,7 @@ Several tags were renamed:
 
 =item
 
 
 =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 
 tag.
 
 =item