From 52aaf605102019a7730baae0fa31c56911209498 Mon Sep 17 00:00:00 2001 From: liljencrantz Date: Sun, 13 Jan 2008 04:40:42 +1000 Subject: [PATCH] Fix spelling, thanks to Chris Rebert darcs-hash:20080112184042-75c98-1f776d6f099003efd9a0c4ed45100c3a02e80e19.gz --- share/functions/__fish_config_interactive.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 469047e2a..7c5c8626d 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -159,7 +159,7 @@ function __fish_config_interactive -d "Initializations that should be performed # function fish_on_exit --description "Commands to execute when fish exits" --on-process %self - printf (_ "Good bye\n") + printf (_ "Goodbye\n") end #