1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

lvmdbusd: Correct typos

This commit is contained in:
Tony Asleson 2022-08-23 10:24:37 -05:00
parent 3d8882db83
commit ec50979b03
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ class DataStore(object):
c_lvs = OrderedDict() c_lvs = OrderedDict()
c_lv_full_lookup = {} 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 # to the vg
for r in _all['report']: for r in _all['report']:
# Get the lv data for this VG. # Get the lv data for this VG.

View File

@ -215,7 +215,7 @@ class TestDbusService(unittest.TestCase):
def setUp(self): def setUp(self):
# Because of the sensitive nature of running LVM tests we will only # 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 # 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() self.objs, self.bus = get_objects()
if len(self.objs[PV_INT]) == 0: if len(self.objs[PV_INT]) == 0:
std_err_print('No PVs present exiting!') std_err_print('No PVs present exiting!')