1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23: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
+7 -7
View File
@@ -32,7 +32,7 @@
/*
* Converts an ISO lang code in its English full name.
* Convert an ISO lang code in its English full name.
*
* Note: result must be freed after use.
*/
@@ -53,7 +53,7 @@ spell_command_iso_to_lang (const char *code)
}
/*
* Converts an ISO country code in its English full name.
* Convert an ISO country code in its English full name.
*
* Note: result must be freed after use.
*/
@@ -74,7 +74,7 @@ spell_command_iso_to_country (const char *code)
}
/*
* Displays one dictionary when using enchant.
* Display one dictionary when using enchant.
*/
#ifdef USE_ENCHANT
@@ -133,7 +133,7 @@ spell_enchant_dict_describe_cb (const char *lang_tag,
#endif /* USE_ENCHANT */
/*
* Displays list of dictionaries installed on system.
* Display list of dictionaries installed on system.
*/
void
@@ -211,7 +211,7 @@ spell_command_speller_list_dicts (void)
}
/*
* Sets a list of dictionaries for a buffer.
* Set a list of dictionaries for a buffer.
*/
void
@@ -246,7 +246,7 @@ spell_command_set_dict (struct t_gui_buffer *buffer, const char *value)
}
/*
* Adds a word in personal dictionary.
* Add a word in personal dictionary.
*/
void
@@ -480,7 +480,7 @@ spell_command_cb (const void *pointer, void *data,
}
/*
* Hooks spell command.
* Hook spell command.
*/
void