Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
a1346054 committed Sep 12, 2021
1 parent 91abbfa commit e5bde14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_completion.d/bd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Add autocomplete support for bd for bash.
_bd()
{
# Handle spaces in filenames by setting the delimeter to be a newline.
# Handle spaces in filenames by setting the delimiter to be a newline.
local IFS=$'\n'
# Current argument on the command line.
local cur=${COMP_WORDS[COMP_CWORD]}
Expand Down

0 comments on commit e5bde14

Please sign in to comment.