diff options
author | Shwetha K Acharya <sacharya@redhat.com> | 2019-08-16 11:37:40 +0530 |
---|---|---|
committer | Kotresh HR <khiremat@redhat.com> | 2019-09-24 11:42:11 +0000 |
commit | e15ca15d7cd39d913d9276f93d7ffd2dd7b85611 (patch) | |
tree | 33d7a3b1ffbc24a9750e328969e43a9c8cd1a2d4 /geo-replication/syncdaemon/resource.py | |
parent | a4900e490c444cf88b202d6925d3ca3a06ad0355 (diff) |
geo-rep: Fix spelling errors
Fixes: bz#1741779
Change-Id: I708b6b7e6c520dee10445528e6f99ba38e141c25
Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
Diffstat (limited to 'geo-replication/syncdaemon/resource.py')
-rw-r--r-- | geo-replication/syncdaemon/resource.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/geo-replication/syncdaemon/resource.py b/geo-replication/syncdaemon/resource.py index 189d8a101fd..cdd3ae8d7e2 100644 --- a/geo-replication/syncdaemon/resource.py +++ b/geo-replication/syncdaemon/resource.py @@ -1483,7 +1483,7 @@ class SSH(object): if log_rsync_performance: # use stdout=PIPE only when log_rsync_performance enabled - # Else rsync will write to stdout and nobody is their + # Else rsync will write to stdout and nobody is there # to consume. If PIPE is full rsync hangs. po = Popen(argv, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True) |