From 58dbfb4490241db88f09238231fcb3bc96f5da8d Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 12 Jun 2020 13:42:17 +0200 Subject: [PATCH] Spelling fix, just like the line below. --- src/xbt/xbt_str_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbt/xbt_str_test.cpp b/src/xbt/xbt_str_test.cpp index d832dd2f57..81ed1aa0da 100644 --- a/src/xbt/xbt_str_test.cpp +++ b/src/xbt/xbt_str_test.cpp @@ -50,7 +50,7 @@ TEST_CASE("xbt::str: String Handling", "xbt_str") test_split_quoted("Useless backslashes", "\\t\\o\\t\\o \\t\\u\\t\\u", {"toto", "tutu"}); test_split_quoted("Protected space", "toto\\ tutu", {"toto tutu"}); test_split_quoted("Several spaces", "toto tutu", {"toto", "tutu"}); - test_split_quoted("LTriming", " toto tatu", {"toto", "tatu"}); + test_split_quoted("LTrimming", " toto tatu", {"toto", "tatu"}); test_split_quoted("Trimming", " toto tutu ", {"toto", "tutu"}); test_split_quoted("Single quotes", "'toto tutu' tata", {"toto tutu", "tata"}); test_split_quoted("Double quotes", "\"toto tutu\" tata", {"toto tutu", "tata"}); -- 2.20.1