From 3be5aa1a34f63f4e5e2b384098de2020a4c5b3bc Mon Sep 17 00:00:00 2001 From: erw7 Date: Fri, 18 Jan 2019 14:11:40 +0900 Subject: test/win: executable(), exepath() #9516 --- src/nvim/os/fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/os') diff --git a/src/nvim/os/fs.c b/src/nvim/os/fs.c index 9a96241178..b75607b7b1 100644 --- a/src/nvim/os/fs.c +++ b/src/nvim/os/fs.c @@ -276,7 +276,7 @@ bool os_can_exe(const char_u *name, char_u **abspath, bool use_path) } #ifdef WIN32 -/// Returns true if extension of `name` is executalbe file exteinsion. +/// Returns true if extension of `name` is executable file exteinsion. static bool is_extension_executable(const char *name) FUNC_ATTR_NONNULL_ALL { -- cgit