From 01fa31f313d2306c5f5716e0015635f5d45369e7 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Tue, 27 Sep 2016 16:28:24 -0700 Subject: [PATCH] Fix spelling in realpath.fish --- share/functions/realpath.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/functions/realpath.fish b/share/functions/realpath.fish index 2bcfc5ff5..f1e8b86d6 100644 --- a/share/functions/realpath.fish +++ b/share/functions/realpath.fish @@ -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