ssfs rev 97

Tiny edits
author Paul Issott <paul@slitaz.org>
date Thu Apr 17 21:26:31 2014 +0100 (2014-04-17)
parents 6bfaed2e70f0
children 34e1caa9a17b
files README ssfs
line diff
     1.1 --- a/README	Sun Mar 09 05:29:12 2014 +0000
     1.2 +++ b/README	Thu Apr 17 21:26:31 2014 +0100
     1.3 @@ -137,7 +137,7 @@
     1.4  
     1.5  Server setup
     1.6  ------------
     1.7 -On the server you must have a SSH server running and an user account with a
     1.8 +On the server you must have a SSH server running and a user account with a
     1.9  ~/Sync folder in user home. You can have both, standard accounts or chrooted
    1.10  accounts, for a hosted service it is recommended to use a chroot and a Ssfs
    1.11  virtual disk. The vdisk can be any size you want and have a minimal chroot
    1.12 @@ -225,7 +225,7 @@
    1.13  
    1.14  Install with 'make && make install' (DESTDIR is supported for packaging),
    1.15  update the POT file if any new strings have been added with 'make pot',
    1.16 -and merger PO files with the command 'make msgmerge'. Any ideas are welcome
    1.17 +and merge PO files with the command 'make msgmerge'. Any ideas are welcome
    1.18  and can be discussed. If you are searching for something to do you can have a
    1.19  look at the TODO file :-)
    1.20  
     2.1 --- a/ssfs	Sun Mar 09 05:29:12 2014 +0000
     2.2 +++ b/ssfs	Thu Apr 17 21:26:31 2014 +0100
     2.3 @@ -118,7 +118,7 @@
     2.4  			ssh $login@$host 'cat - >> ~/.ssh/authorized_keys' || exit 1
     2.5  		gettext "Client is setup you can now sync"; echo ;;
     2.6  	sync)
     2.7 -		# Sync can be called at session startup or from cmdline to retrive
     2.8 +		# Sync can be called at session startup or from cmdline to retrieve
     2.9  		# files from the server.
    2.10  		[ ! -f "$config" ] && gettext "Missing config file" && \
    2.11  			echo "" && exit 1