1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 19:53: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
+1 -1
View File
@@ -88,7 +88,7 @@ fifo_command_fifo (const void *pointer, void *data,
}
/*
* Hooks fifo command.
* Hook fifo command.
*/
void
+5 -5
View File
@@ -81,9 +81,9 @@ fifo_config_change_file_path (const void *pointer, void *data,
}
/*
* Initializes fifo configuration file.
* Initialize fifo configuration file.
*
* Returns:
* Return:
* 1: OK
* 0: error
*/
@@ -132,7 +132,7 @@ fifo_config_init (void)
}
/*
* Reads fifo configuration file.
* Read fifo configuration file.
*/
int
@@ -142,7 +142,7 @@ fifo_config_read (void)
}
/*
* Writes fifo configuration file.
* Write fifo configuration file.
*/
int
@@ -152,7 +152,7 @@ fifo_config_write (void)
}
/*
* Frees fifo configuration.
* Free fifo configuration.
*/
void
+2 -2
View File
@@ -29,7 +29,7 @@
/*
* Returns FIFO info "fifo_filename".
* Return FIFO info "fifo_filename".
*/
char *
@@ -47,7 +47,7 @@ fifo_info_info_fifo_filename_cb (const void *pointer, void *data,
}
/*
* Hooks info for fifo plugin.
* Hook info for fifo plugin.
*/
void
+6 -6
View File
@@ -60,7 +60,7 @@ int fifo_fd_cb (const void *pointer, void *data, int fd);
/*
* Creates FIFO pipe for remote control.
* Create FIFO pipe for remote control.
*/
void
@@ -144,7 +144,7 @@ fifo_create (void)
}
/*
* Removes FIFO pipe.
* Remove FIFO pipe.
*/
void
@@ -189,7 +189,7 @@ fifo_remove (void)
}
/*
* Executes a command/text received in FIFO pipe.
* Execute a command/text received in FIFO pipe.
*/
void
@@ -262,7 +262,7 @@ fifo_exec (const char *text)
}
/*
* Reads data in FIFO pipe.
* Read data in FIFO pipe.
*/
int
@@ -345,7 +345,7 @@ fifo_fd_cb (const void *pointer, void *data, int fd)
}
/*
* Initializes fifo plugin.
* Initialize fifo plugin.
*/
int
@@ -378,7 +378,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
}
/*
* Ends fifo plugin.
* End fifo plugin.
*/
int