From 6b62f9b22bdb7ce4f07fedce31ef0e44fca807cd Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Wed, 10 Feb 2016 14:34:18 +0100 Subject: [PATCH] [XBT] typo fix. --- src/xbt/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbt/dict.c b/src/xbt/dict.c index 8208fe5194..23c6132d25 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -16,7 +16,7 @@ #include "dict_private.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_dict, xbt, - "Dictionaries provide the same functionalities than hash tables"); + "Dictionaries provide the same functionalities as hash tables"); /** * \brief Constructor -- 2.20.1