aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2008-01-13 04:40:42 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2008-01-13 04:40:42 +1000
commit52aaf605102019a7730baae0fa31c56911209498 (patch)
treeda270b4ee2b444b792b941b0f9423304474315ca /share
parent3a2f7d0edf2ed07c44f8839d632873dc4d9596b1 (diff)
Fix spelling, thanks to Chris Rebert
darcs-hash:20080112184042-75c98-1f776d6f099003efd9a0c4ed45100c3a02e80e19.gz
Diffstat (limited to 'share')
-rw-r--r--share/functions/__fish_config_interactive.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish
index 469047e2..7c5c8626 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
#