1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06: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
+5 -5
View File
@@ -48,7 +48,7 @@ TEST_GROUP(CoreInput)
};
/*
* Tests functions:
* Test functions:
* input_exec_data
*/
@@ -58,7 +58,7 @@ TEST(CoreInput, ExecData)
}
/*
* Tests functions:
* Test functions:
* input_exec_command
*/
@@ -86,7 +86,7 @@ test_core_input_buffer_input_cb (const void *pointer, void *data,
}
/*
* Tests functions:
* Test functions:
* input_data
*/
@@ -197,7 +197,7 @@ TEST(CoreInput, Data)
}
/*
* Tests functions:
* Test functions:
* input_data_timer_cb
*/
@@ -207,7 +207,7 @@ TEST(CoreInput, DataTimerCb)
}
/*
* Tests functions:
* Test functions:
* input_data_delayed
*/