Skip to content

Commit

Permalink
_included_ssh_config_files: doc grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 23, 2019
1 parent e0bb03a commit bae4a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -1447,8 +1447,8 @@ _known_hosts()
} # _known_hosts()

# Helper function to locate ssh included files in configs
# This function look for the "Include" keyword in ssh config files and include
# them recursively adding each result to the config variable
# This function looks for the "Include" keyword in ssh config files and
# includes them recursively, adding each result to the config variable.
_included_ssh_config_files()
{
[[ $# -lt 1 ]] && \
Expand Down

0 comments on commit bae4a3d

Please sign in to comment.