Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo--
[simgrid.git] / src / xbt / xbt_str.c
index a8d06e7..d698133 100644 (file)
@@ -345,7 +345,7 @@ xbt_dynar_t xbt_str_split_quoted_in_place(char *s) {
 
   beg = s;
 
-  /* do not trim leading spaces: caller responsability to clean his cruft */
+  /* do not trim leading spaces: caller responsibility to clean his cruft */
   end = beg;
 
   while (!done) {