Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/gdial-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ gboolean gdial_util_is_ascii_printable(const gchar *data, gsize length) {
}

/*
* A hashtable copy function that only works with string hash tables
* A hashtable copy funct ion that only works with string hash tables
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word "function" has been incorrectly split into "funct ion" with an extra space in the middle. This should be "function" as a single word.

Suggested change
* A hashtable copy funct ion that only works with string hash tables
* A hashtable copy function that only works with string hash tables

Copilot uses AI. Check for mistakes.
*/
GHashTable * gdial_util_str_str_hashtable_dup(const GHashTable *src) {
g_return_val_if_fail(src, NULL);
Expand Down