From 8a04c7c260ee9c87edb4a4f4c6fb233641b825b5 Mon Sep 17 00:00:00 2001 From: oGre Date: Thu, 10 Sep 2015 21:05:55 +0200 Subject: [PATCH] Fixed typo in echoed text --- gitprompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitprompt.sh b/gitprompt.sh index 323fcfc..4506ce1 100755 --- a/gitprompt.sh +++ b/gitprompt.sh @@ -117,7 +117,7 @@ function git_prompt_make_custom_theme() { if [[ "${base}" = "Custom" ]]; then echoc ${Red} "You cannot use the custom theme as base" else - echoc ${Green} "Creating new cutom theme in \"${HOME}/.git-prompt-colors.sh\"" + echoc ${Green} "Creating new custom theme in \"${HOME}/.git-prompt-colors.sh\"" echoc ${DimYellow} "Please add ${Magenta}\"GIT_PROMPT_THEME=Custom\"${DimYellow} to your .bashrc to use this theme" if [[ "${base}" == "Default" ]]; then cp "${__GIT_PROMPT_DIR}/themes/Custom.bgptemplate" "${HOME}/.git-prompt-colors.sh"