mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
spelling fixes #827
This commit is contained in:

committed by
Justin M. Keyes

parent
168575f3f7
commit
5b3b3fd3ed
@@ -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)
|
||||
|
Reference in New Issue
Block a user