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

spelling: case-sensitive

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-06 08:25:21 -04:00
committed by Sébastien Helleu
parent 0505a0ff76
commit c28696e602
24 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ TEST(GuiHotlist, Resort)
POINTERS_EQUAL(buffer_test[0], gui_hotlist->next_hotlist->next_hotlist->buffer);
POINTERS_EQUAL(NULL, gui_hotlist->next_hotlist->next_hotlist->next_hotlist);
/* sort by buffer name (case sensitive) */
/* sort by buffer name (case-sensitive) */
config_file_option_set (config_look_hotlist_sort, "buffer.name", 1);
POINTERS_EQUAL(buffer_test[2], gui_hotlist->buffer);
POINTERS_EQUAL(buffer_test[0], gui_hotlist->next_hotlist->buffer);