From 15ae42344e092c7c75941a52b9bb9d197b4619d0 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 6 Sep 2010 22:48:58 +0000 Subject: [PATCH] Fix typo in doxygen SVN revision: 51932 --- legacy/eina/src/lib/eina_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eina/src/lib/eina_hash.c b/legacy/eina/src/lib/eina_hash.c index 9f85c3caab..8bd9e7b5f4 100644 --- a/legacy/eina/src/lib/eina_hash.c +++ b/legacy/eina/src/lib/eina_hash.c @@ -918,7 +918,7 @@ eina_hash_stringshared_new(Eina_Free_Cb data_free_cb) } /** - * @brief Returns the number of entires in the hash table. + * @brief Returns the number of entries in the hash table. * @param hash The given hash table. * @return The number of entries in the hash table, @c 0 on error * Returns the number of entires in the hash table.