1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +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
+3 -3
View File
@@ -84,7 +84,7 @@ fset_debug_dump_cb (const void *pointer, void *data,
}
/*
* Adds the fset bar.
* Add the fset bar.
*/
void
@@ -99,7 +99,7 @@ fset_add_bar (void)
}
/*
* Initializes fset plugin.
* Initialize fset plugin.
*/
int
@@ -160,7 +160,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
}
/*
* Ends fset plugin.
* End fset plugin.
*/
int