From 5b3b3fd3ed4372866730ae857e8c09d6e5d1167d Mon Sep 17 00:00:00 2001 From: Will Stamper Date: Sun, 8 Jun 2014 13:30:44 -0500 Subject: spelling fixes #827 --- src/nvim/os_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/os_unix.c') diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c index 5471a2216f..18838ddd41 100644 --- a/src/nvim/os_unix.c +++ b/src/nvim/os_unix.c @@ -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) -- cgit