diff options
Diffstat (limited to 'src/findfile.c')
-rw-r--r-- | src/findfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/findfile.c b/src/findfile.c index ab5977697..d3de9fc71 100644 --- a/src/findfile.c +++ b/src/findfile.c @@ -749,7 +749,7 @@ vim_findfile(void *search_ctx_arg) // downward search loop for (;;) { - // check if user user wants to stop the search + // check if user wants to stop the search ui_breakcheck(); if (got_int) break; @@ -1376,7 +1376,7 @@ ff_check_visited( int url = FALSE; #endif - // For an URL we only compare the name, otherwise we compare the + // For a URL we only compare the name, otherwise we compare the // device/inode (unix) or the full path name (not Unix). if (path_with_url(fname)) { |