Fix spelling, thanks to Chris Rebert

darcs-hash:20080112184042-75c98-1f776d6f099003efd9a0c4ed45100c3a02e80e19.gz
This commit is contained in:
liljencrantz 2008-01-13 04:40:42 +10:00
parent 3a2f7d0edf
commit 52aaf60510

View file

@ -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
#