From e15ca15d7cd39d913d9276f93d7ffd2dd7b85611 Mon Sep 17 00:00:00 2001 From: Shwetha K Acharya Date: Fri, 16 Aug 2019 11:37:40 +0530 Subject: geo-rep: Fix spelling errors Fixes: bz#1741779 Change-Id: I708b6b7e6c520dee10445528e6f99ba38e141c25 Signed-off-by: Shwetha K Acharya --- geo-replication/syncdaemon/master.py | 2 +- geo-replication/syncdaemon/resource.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'geo-replication') diff --git a/geo-replication/syncdaemon/master.py b/geo-replication/syncdaemon/master.py index f02cdb4c7f8..f75a5421bcf 100644 --- a/geo-replication/syncdaemon/master.py +++ b/geo-replication/syncdaemon/master.py @@ -517,7 +517,7 @@ class GMasterCommon(object): # If crawlwrap is called when partial history available, # then it sets register_time which is the time when geo-rep # worker registered to changelog consumption. Since nsec is - # not considered in register time, their are chances of skipping + # not considered in register time, there are chances of skipping # changes detection in xsync crawl. This limit will be reset when # crawlwrap is called again. self.live_changelog_start_time = None 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) -- cgit