Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[XBT] typo fix.
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 10 Feb 2016 13:34:18 +0000 (14:34 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Mon, 22 Feb 2016 13:57:55 +0000 (14:57 +0100)
src/xbt/dict.c

index 8208fe5..23c6132 100644 (file)
@@ -16,7 +16,7 @@
 #include "dict_private.h"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_dict, xbt,
 #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
 
 /**
  * \brief Constructor