diff options
author | Alexander Færøy <ahf@0x90.dk> | 2014-12-06 16:09:11 +0100 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2014-12-06 16:09:11 +0100 |
commit | bbd733392446951f41d04c88cbab9a46ccec31d5 (patch) | |
tree | 38037712923aa6dddd883e7f855c470f50589768 /src/core/commands.h | |
parent | c01e026c73bb0a030e2d104e73db70c1b2795512 (diff) | |
parent | f285332c5bb98c22952779f6d13664d3b2e3b847 (diff) | |
download | irssi-bbd733392446951f41d04c88cbab9a46ccec31d5.zip |
Merge pull request #171 from vlajos/typofixes-vlajos-20141108
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'src/core/commands.h')
-rw-r--r-- | src/core/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/commands.h b/src/core/commands.h index c68c5b24..d65185e5 100644 --- a/src/core/commands.h +++ b/src/core/commands.h @@ -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); |