ssfs diff ssfs @ rev 59

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Jun 12 21:19:28 2011 +0100 (2011-06-12)
parents 5d4e3644da14
children 8554492c73b1
line diff
     1.1 --- a/ssfs	Sun Jun 12 21:10:05 2011 +0200
     1.2 +++ b/ssfs	Sun Jun 12 21:19:28 2011 +0100
     1.3 @@ -106,7 +106,7 @@
     1.4  		
     1.5  		# Upload key to the server.
     1.6  		gettext "Sending RSA secure key to:"; echo " $host"
     1.7 -		gettext "Please enter you Ssfs password."
     1.8 +		gettext "Please enter your Ssfs password."
     1.9  		echo -e "\n"
    1.10  		cat $HOME/.ssh/id_rsa.pub | \
    1.11  			ssh $login@$host 'cat - >> ~/.ssh/authorized_keys' || exit 1