1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

core, plugins: fix typos in comments on functions, use imperative

This commit is contained in:
Sébastien Helleu
2026-03-23 20:45:36 +01:00
parent d34eb40187
commit f53e7fb9ef
342 changed files with 6669 additions and 6729 deletions
+11 -11
View File
@@ -64,7 +64,7 @@ TEST_GROUP(CoreHashtable)
};
/*
* Tests functions:
* Test functions:
* hashtable_hash_key_djb2
*/
@@ -111,7 +111,7 @@ test_hashtable_keycmp_cb (struct t_hashtable *hashtable,
}
/*
* Tests functions:
* Test functions:
* hashtable_new
*/
@@ -158,7 +158,7 @@ TEST(CoreHashtable, New)
}
/*
* Tests functions:
* Test functions:
* hashtable_set_with_size
* hashtable_set
* hashtable_get_item
@@ -576,7 +576,7 @@ test_hashtable_map_string_cb (void *data,
}
/*
* Tests functions:
* Test functions:
* hashtable_map_string
*/
@@ -635,7 +635,7 @@ TEST(CoreHashtable, MapString)
}
/*
* Tests functions:
* Test functions:
* hashtable_map
* hashtable_dup
*/
@@ -673,7 +673,7 @@ TEST(CoreHashtable, Dup)
}
/*
* Tests functions:
* Test functions:
* hashtable_get_list_keys
*/
@@ -699,7 +699,7 @@ TEST(CoreHashtable, GetListKeys)
}
/*
* Tests functions:
* Test functions:
* hashtable_get_integer
*/
@@ -721,7 +721,7 @@ TEST(CoreHashtable, GetInteger)
}
/*
* Tests functions:
* Test functions:
* hashtable_get_string
*/
@@ -781,7 +781,7 @@ test_hashtable_free_value (struct t_hashtable *hashtable,
}
/*
* Tests functions:
* Test functions:
* hashtable_set_pointer
*/
@@ -807,7 +807,7 @@ TEST(CoreHashtable, SetPointer)
}
/*
* Tests functions:
* Test functions:
* hashtable_add_to_infolist
* hashtable_add_from_infolist
*/
@@ -847,7 +847,7 @@ TEST(CoreHashtable, Infolist)
}
/*
* Tests functions:
* Test functions:
* hashtable_print_log
*/