From: suter Date: Thu, 22 Nov 2012 17:24:37 +0000 (+0100) Subject: typo-- X-Git-Tag: v3_9_rc1~91^2~50 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/641ae97cc718ff5d3328ec1564a47e68c67b5116 typo-- --- diff --git a/src/xbt/xbt_str.c b/src/xbt/xbt_str.c index a8d06e7bc1..d69813304a 100644 --- a/src/xbt/xbt_str.c +++ b/src/xbt/xbt_str.c @@ -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) {