mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fix spelling in realpath.fish
This commit is contained in:
parent
662ba60d63
commit
01fa31f313
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ if not command -s realpath >/dev/null
|
|||
__fish_print_help fish_realpath
|
||||
return 0
|
||||
|
||||
# Service commands called with these arguments by
|
||||
# dropping the arguments to protext fish_realpath from them
|
||||
# There are no sure things here
|
||||
# Handle commands called with these arguments by
|
||||
# dropping the arguments to protect fish_realpath from them.
|
||||
# There are no sure things here.
|
||||
case -e --canonicalize-existing --physical -P -q --quiet -m --canonicalize-missing
|
||||
continue
|
||||
|
||||
|
|
Loading…
Reference in a new issue