From 44ad92ef50a786fedcd00dd1d5b39bc7643564d9 Mon Sep 17 00:00:00 2001 From: Max Nordlund Date: Wed, 20 Feb 2019 15:27:35 +0100 Subject: [PATCH] Fix typo --- share/functions/fish_git_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/fish_git_prompt.fish b/share/functions/fish_git_prompt.fish index ffa52ea62..cb96b31eb 100644 --- a/share/functions/fish_git_prompt.fish +++ b/share/functions/fish_git_prompt.fish @@ -19,7 +19,7 @@ # script's __git_ps1 function. As such, usage and customization is very # similar, although some extra features are provided in this script. # Due to differences between bash and fish, the PROMPT_COMMAND style where -# passing two or three arguments causes the fucnction to set PS1 is not +# passing two or three arguments causes the function to set PS1 is not # supported. More information on the additional features is found after the # bash-compatable documentation. #