mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 10:13:12 +02:00
core, plugins: fix typos in comments on functions, use imperative
This commit is contained in:
@@ -197,7 +197,7 @@ irc_signal_upgrade_cb (const void *pointer, void *data,
|
||||
}
|
||||
|
||||
/*
|
||||
* Initializes IRC plugin.
|
||||
* Initialize IRC plugin.
|
||||
*/
|
||||
|
||||
int
|
||||
@@ -322,7 +322,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
}
|
||||
|
||||
/*
|
||||
* Ends IRC plugin.
|
||||
* End IRC plugin.
|
||||
*/
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user