Skip to content

Commit 7f5fa3d

Browse files
committed
style: spelling and grammar fixes
1 parent 810d454 commit 7f5fa3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bash_completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ _comp_split()
423423
# Usage #2: _comp_compgen [-alR|-v arr|-c cur] name args...
424424
# Call `_comp_compgen_NAME ARGS...` with the specified options. This provides
425425
# a common interface to call the functions `_comp_compgen_NAME`, which produce
426-
# completion candidates, with custom options [-alR|-v arr|-cur]. The option
426+
# completion candidates, with custom options [-alR|-v arr|-c cur]. The option
427427
# `-F sep` is not used with this usage.
428428
# @param $1... name args Calls the function _comp_compgen_NAME with the
429429
# specified ARGS (if $1 does not start with a hyphen `-`). The options

completions/chown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ _comp_cmd_chown()
3131
else
3232
local args
3333

34-
# The first argument is an usergroup; the rest are filedir.
34+
# The first argument is a usergroup; the rest are filedir.
3535
_count_args :
3636

3737
if ((args == 1)); then

0 commit comments

Comments
 (0)