summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Asleson <tasleson@redhat.com>2022-08-23 10:24:37 -0500
committerTony Asleson <tasleson@redhat.com>2022-09-16 10:49:37 -0500
commitec50979b031e85ab155126aae51ab15b255f4be9 (patch)
tree4161b6ecf095cd1aba54d60778b1ec3ce1c9566e
parent3d8882db833909bede4b8cbcc81c1c3b9d9b3515 (diff)
downloadlvm2-ec50979b031e85ab155126aae51ab15b255f4be9.tar.gz
lvmdbusd: Correct typos
-rw-r--r--daemons/lvmdbusd/lvmdb.py.in2
-rwxr-xr-xtest/dbus/lvmdbustest.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/daemons/lvmdbusd/lvmdb.py.in b/daemons/lvmdbusd/lvmdb.py.in
index 87474d0f3..d462e0cf8 100644
--- a/daemons/lvmdbusd/lvmdb.py.in
+++ b/daemons/lvmdbusd/lvmdb.py.in
@@ -161,7 +161,7 @@ class DataStore(object):
c_lvs = OrderedDict()
c_lv_full_lookup = {}
- # Each item item in the report is a collection of information pertaining
+ # Each item in the report is a collection of information pertaining
# to the vg
for r in _all['report']:
# Get the lv data for this VG.
diff --git a/test/dbus/lvmdbustest.py b/test/dbus/lvmdbustest.py
index 878300a97..c4e95b7cc 100755
--- a/test/dbus/lvmdbustest.py
+++ b/test/dbus/lvmdbustest.py
@@ -215,7 +215,7 @@ class TestDbusService(unittest.TestCase):
def setUp(self):
# Because of the sensitive nature of running LVM tests we will only
# run if we have PVs and nothing else, so that we can be confident that
- # we are not mucking with someones data on their system
+ # we are not mucking with someone's data on their system
self.objs, self.bus = get_objects()
if len(self.objs[PV_INT]) == 0:
std_err_print('No PVs present exiting!')