Fix a typo.
authorWayne Davison <wayned@samba.org>
Thu, 31 Jul 2014 21:38:16 +0000 (14:38 -0700)
committerWayne Davison <wayned@samba.org>
Thu, 31 Jul 2014 21:38:16 +0000 (14:38 -0700)
support/rrsync

index e95f992f78bedd26b7b5c589f25d6edf71cafd9c..6f83f9d46e6e46960ce8aea0ab90ead4462008cc 100644 (file)
@@ -31,7 +31,7 @@ die "$0: Restricted directory does not exist!\n" if $subdir ne '/' && !-d $subdi
 # command="rrsync logs/client" ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAzGhEeNlPr...
 # command="rrsync -ro results" ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAmkHG1WCjC...
 #
-# Format of the envrionment variables set by sshd:
+# Format of the environment variables set by sshd:
 # SSH_ORIGINAL_COMMAND=rsync --server          -vlogDtpr --partial . ARG # push
 # SSH_ORIGINAL_COMMAND=rsync --server --sender -vlogDtpr --partial . ARGS # pull
 # SSH_CONNECTION=client_addr client_port server_port