From ea6a31cd7c430768b8dfd3b4944fffde0be3a740 Mon Sep 17 00:00:00 2001 From: arao Date: Thu, 29 Jan 2015 16:37:35 +0530 Subject: geo-rep: Fixing the typo errors Change-Id: Iacc67e4ba9ac45e0858f3befe84ffb8fccf7e1c3 BUG: 1075417 Signed-off-by: arao Reviewed-on: http://review.gluster.org/9502 Tested-by: Gluster Build System Reviewed-by: Humble Devassy Chirammal --- geo-replication/syncdaemon/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'geo-replication/syncdaemon/README.md') diff --git a/geo-replication/syncdaemon/README.md b/geo-replication/syncdaemon/README.md index 67f346ace5a..2a202e3f99e 100644 --- a/geo-replication/syncdaemon/README.md +++ b/geo-replication/syncdaemon/README.md @@ -12,7 +12,7 @@ Requirements are categorized according to this. * OpenSSH >= 4.0 (master) / SSH2 compliant sshd (eg. openssh) (slave) * rsync (both) * glusterfs: with marker and changelog support (master & slave); -* FUSE: glusterfs fuse module with auxilary gfid based access support +* FUSE: glusterfs fuse module with auxiliary gfid based access support INSTALLATION ------------ @@ -45,7 +45,7 @@ in the source tree. USAGE ----- -gsyncd is a utilitly for continous mirroring, ie. it mirrors master to slave incrementally. +gsyncd is a utilitly for continuous mirroring, ie. it mirrors master to slave incrementally. Assume we have a gluster volume _pop_ at localhost. We try to set up the mirroring for volume _pop_ using gsyncd for gluster volume _moz_ on remote machine/cluster @ example.com. The respective gsyncd invocations are (demoing some syntax sugaring): -- cgit