From 00f1d92ed838fe7b75949c5eba19419728961b34 Mon Sep 17 00:00:00 2001 From: Damien Pollet Date: Fri, 8 Sep 2017 16:07:48 +0200 Subject: [PATCH] Fix typo in zprezto-update function --- init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.zsh b/init.zsh index 0c90299e..31cfc739 100644 --- a/init.zsh +++ b/init.zsh @@ -41,7 +41,7 @@ function zprezto-update { printf "There are no updates.\n" return 0 elif [[ $LOCAL == $BASE ]]; then - printf "There is an update availible. Trying to pull.\n\n" + printf "There is an update available. Trying to pull.\n\n" if git pull --ff-only; then printf "Syncing submodules\n" git submodule update --recursive