1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08: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
+6 -6
View File
@@ -78,7 +78,7 @@ exec_config_change_command_default_options (const void *pointer, void *data,
}
/*
* Reloads exec configuration file.
* Reload exec configuration file.
*/
int
@@ -93,9 +93,9 @@ exec_config_reload_cb (const void *pointer, void *data,
}
/*
* Initializes exec configuration file.
* Initialize exec configuration file.
*
* Returns:
* Return:
* 1: OK
* 0: error
*/
@@ -179,7 +179,7 @@ exec_config_init (void)
}
/*
* Reads exec configuration file.
* Read exec configuration file.
*/
int
@@ -189,7 +189,7 @@ exec_config_read (void)
}
/*
* Writes exec configuration file.
* Write exec configuration file.
*/
int
@@ -199,7 +199,7 @@ exec_config_write (void)
}
/*
* Frees exec configuration.
* Free exec configuration.
*/
void