From ff75b024b4846e482b6881f88e9dac17c4941c80 Mon Sep 17 00:00:00 2001 From: Frank Dietrich Date: Thu, 8 Mar 2018 08:18:27 +0100 Subject: [PATCH] typo fix --- goto.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goto.bash b/goto.bash index bd11ecd..ed20fda 100644 --- a/goto.bash +++ b/goto.bash @@ -97,7 +97,7 @@ function _goto_expand_directory() cd "$1" 2>/dev/null && pwd } -# Lists regstered aliases. +# Lists registered aliases. function _goto_list_aliases() { local IFS=$'\n'