Fix spelling in realpath.fish

This commit is contained in:
Aaron Gyes 2016-09-27 16:28:24 -07:00 committed by GitHub
parent 662ba60d63
commit 01fa31f313

View file

@ -31,9 +31,9 @@ if not command -s realpath >/dev/null
__fish_print_help fish_realpath __fish_print_help fish_realpath
return 0 return 0
# Service commands called with these arguments by # Handle commands called with these arguments by
# dropping the arguments to protext fish_realpath from them # dropping the arguments to protect fish_realpath from them.
# There are no sure things here # There are no sure things here.
case -e --canonicalize-existing --physical -P -q --quiet -m --canonicalize-missing case -e --canonicalize-existing --physical -P -q --quiet -m --canonicalize-missing
continue continue