spelling fixes #827

This commit is contained in:
Will Stamper
2014-06-08 13:30:44 -05:00
committed by Justin M. Keyes
parent 168575f3f7
commit 5b3b3fd3ed
30 changed files with 51 additions and 51 deletions

View File

@@ -1504,7 +1504,7 @@ typedef int (*INTPROCINT)(int);
*/
int mch_libcall(char_u *libname,
char_u *funcname,
char_u *argstring, /* NULL when using a argint */
char_u *argstring, /* NULL when using an argint */
int argint,
char_u **string_result, /* NULL when using number_result */
int *number_result)