diff --git a/cmd/tools/vcomplete.v b/cmd/tools/vcomplete.v index 5ddd3b6862..e5acd954b6 100644 --- a/cmd/tools/vcomplete.v +++ b/cmd/tools/vcomplete.v @@ -378,7 +378,7 @@ fn nearest_path_or_root(path string) string { return fixed_path } -// auto_complete_request retuns a list of completions resolved from a full argument list. +// auto_complete_request returns a list of completions resolved from a full argument list. fn auto_complete_request(args []string) []string { // Using space will ensure a uniform input in cases where the shell // returns the completion input as a string (['v','run'] vs. ['v run']).