]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/parse.h
Spelling fixes, mostly in file comments
[ngircd-alex.git] / src / ngircd / parse.h
index 859c7ce575692ee4b69ff032face09f96269ba3e..48260c67017388cc499032f863dcc626e43104be 100644 (file)
@@ -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 */