summaryrefslogtreecommitdiff
path: root/support/rrsync
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2014-07-31 14:38:16 -0700
committerWayne Davison <wayned@samba.org>2014-07-31 14:38:16 -0700
commit6900d35cceab8c614619a4885c5cbf90e87a0c6d (patch)
tree49ec70cff6bcc5a4bcfa9da9a42ba74a831c9c89 /support/rrsync
parent7cb0de6326c915a72253fd103dae93308031ec3f (diff)
downloadrsync-6900d35cceab8c614619a4885c5cbf90e87a0c6d.tar.gz
Fix a typo.
Diffstat (limited to 'support/rrsync')
-rw-r--r--support/rrsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/rrsync b/support/rrsync
index e95f992f..6f83f9d4 100644
--- a/support/rrsync
+++ b/support/rrsync
@@ -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