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

@@ -582,7 +582,7 @@ HWND newsubmenu(MenuStruct *menutoadd, HWND location, int pulldown)
NULL,
NULL);
/* Go through all menuitems adding items and submenus (and subitems) as neccessary */
/* Go through all menuitems adding items and submenus (and subitems) as necessary */
tmp = menutoadd->menuorigin;
while(tmp!=NULL)
@@ -3038,7 +3038,7 @@ BUILT_IN_FUNCTION(fencode)
}
result[i] = '\0';
return result; /* DONT USE RETURN_STR HERE! */
return result; /* DON'T USE RETURN_STR HERE! */
}
void pm_file_dialog(char *data[7])