mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
typo fixes - https://github.com/vlajos/misspell_fixer
This commit is contained in:
parent
688fc817dd
commit
f285332c5b
15 changed files with 26 additions and 26 deletions
|
|
@ -158,7 +158,7 @@ char *cmd_get_quoted_param(char **data);
|
|||
/* get parameters from command - you should point free_me somewhere and
|
||||
cmd_params_free() it after you don't use any of the parameters anymore.
|
||||
|
||||
Returns TRUE if all ok, FALSE if error occured. */
|
||||
Returns TRUE if all ok, FALSE if error occurred. */
|
||||
int cmd_get_params(const char *data, gpointer *free_me, int count, ...);
|
||||
|
||||
void cmd_params_free(void *free_me);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue