From d5f3c7dbd5935a1818ef11e8b37c9c67804a1ea3 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Sun, 1 Dec 2019 17:35:58 +0100 Subject: [PATCH] Fix some typos --- pure.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pure.zsh b/pure.zsh index 215a4fd4..8892700a 100644 --- a/pure.zsh +++ b/pure.zsh @@ -394,14 +394,14 @@ prompt_pure_async_refresh() { if [[ -z $prompt_pure_git_fetch_pattern ]]; then # We set the pattern here to avoid redoing the pattern check until the - # working three has changed. Pull and fetch are always valid patterns. + # working tree has changed. Pull and fetch are always valid patterns. typeset -g prompt_pure_git_fetch_pattern="pull|fetch" async_job "prompt_pure" prompt_pure_async_git_aliases fi async_job "prompt_pure" prompt_pure_async_git_arrows - # Do not preform `git fetch` if it is disabled or in home folder. + # Do not perform `git fetch` if it is disabled or in home folder. if (( ${PURE_GIT_PULL:-1} )) && [[ $prompt_pure_vcs_info[top] != $HOME ]]; then # Tell the async worker to do a `git fetch`. async_job "prompt_pure" prompt_pure_async_git_fetch