1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +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
@@ -171,7 +171,7 @@ test_print_cb (const void *pointer, void *data, struct t_gui_buffer *buffer,
}
/*
* Initializes GUI for tests.
* Initialize GUI for tests.
*/
void
@@ -198,7 +198,7 @@ test_gui_init ()
}
/*
* Displays and runs a command on a buffer.
* Display and run a command on a buffer.
*/
void
@@ -209,7 +209,7 @@ run_cmd (const char *command)
}
/*
* Runs a command on a buffer (do not display the command executed).
* Run a command on a buffer (do not display the command executed).
*/
void
@@ -219,7 +219,7 @@ run_cmd_quiet (const char *command)
}
/*
* Runs tests in WeeChat environment.
* Run tests in WeeChat environment.
*/
int