summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorShwetha K Acharya <sacharya@redhat.com>2019-08-16 11:37:40 +0530
committerKotresh HR <khiremat@redhat.com>2019-09-24 11:42:11 +0000
commite15ca15d7cd39d913d9276f93d7ffd2dd7b85611 (patch)
tree33d7a3b1ffbc24a9750e328969e43a9c8cd1a2d4 /tools
parenta4900e490c444cf88b202d6925d3ca3a06ad0355 (diff)
geo-rep: Fix spelling errors
Fixes: bz#1741779 Change-Id: I708b6b7e6c520dee10445528e6f99ba38e141c25 Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/glusterfind/src/changelog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/glusterfind/src/changelog.py b/tools/glusterfind/src/changelog.py
index c3d9761abfb..6c1a8caf316 100644
--- a/tools/glusterfind/src/changelog.py
+++ b/tools/glusterfind/src/changelog.py
@@ -50,7 +50,7 @@ def pgfid_to_path(brick, changelog_data):
"""
# pgfid1 to path1 in case of CREATE/MKNOD/MKDIR/LINK/SYMLINK
for row in changelog_data.gfidpath_get_distinct("pgfid1", {"path1": ""}):
- # In case of Data/Metadata only, pgfid1 will not be their
+ # In case of Data/Metadata only, pgfid1 will not be there
if row[0] == "":
continue