1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 19:23: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
+4 -4
View File
@@ -38,7 +38,7 @@
/*
* Displays list of clients.
* Display list of clients.
*/
void
@@ -124,7 +124,7 @@ relay_command_client_list (int full)
}
/*
* Displays list of servers (list of ports on which we are listening).
* Display list of servers (list of ports on which we are listening).
*/
void
@@ -421,7 +421,7 @@ relay_command_relay (const void *pointer, void *data,
}
/*
* Displays a relay remote.
* Display a relay remote.
*/
void
@@ -866,7 +866,7 @@ relay_command_remote (const void *pointer, void *data,
}
/*
* Hooks command.
* Hook command.
*/
void