Correct spelling of some client messages, comments and function names

This commit is contained in:
gdinit
2017-09-25 14:58:31 +01:00
committed by Kevin Easton
parent b102b9d5c9
commit bac141898b
50 changed files with 430 additions and 428 deletions

View File

@@ -1004,7 +1004,7 @@ void do_stack_set(int type, char *args)
int cnt = 0;
char *copy;
copy = LOCAL_COPY(args);
/* Dont need to unstub it, we're not actually using it. */
/* Don't need to unstub it, we're not actually using it. */
upper(copy);
find_fixed_array_item(irc_variable, sizeof(IrcVariable), NUMBER_OF_VARIABLES, copy, &cnt, (int *)&var_index);
if (cnt < 0 || cnt == 1)