From 641ae97cc718ff5d3328ec1564a47e68c67b5116 Mon Sep 17 00:00:00 2001 From: suter Date: Thu, 22 Nov 2012 18:24:37 +0100 Subject: [PATCH] typo-- --- src/xbt/xbt_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2