diff options
Diffstat (limited to 'src/ngircd/parse.h')
| -rw-r--r-- | src/ngircd/parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngircd/parse.h b/src/ngircd/parse.h index 859c7ce5..48260c67 100644 --- a/src/ngircd/parse.h +++ b/src/ngircd/parse.h @@ -25,7 +25,7 @@ typedef struct _REQUEST char *prefix; /**< Prefix */ char *command; /**< IRC command */ char *argv[15]; /**< Parameters, at most 15 (0..14) */ - int argc; /**< Number of given paramaters */ + int argc; /**< Number of given parameters */ } REQUEST; /** IRC command handling structure */ |