From: Tony Asleson <tasleson@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - lvmdbusd: Correct typos
Date: Mon, 19 Sep 2022 15:58:06 +0000 (GMT) [thread overview]
Message-ID: <20220919155806.EB6AA385841A@sourceware.org> (raw)
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=ec50979b031e85ab155126aae51ab15b255f4be9
Commit: ec50979b031e85ab155126aae51ab15b255f4be9
Parent: 3d8882db833909bede4b8cbcc81c1c3b9d9b3515
Author: Tony Asleson <tasleson@redhat.com>
AuthorDate: Tue Aug 23 10:24:37 2022 -0500
Committer: Tony Asleson <tasleson@redhat.com>
CommitterDate: Fri Sep 16 10:49:37 2022 -0500
lvmdbusd: Correct typos
---
daemons/lvmdbusd/lvmdb.py.in | 2 +-
test/dbus/lvmdbustest.py | 2 +-
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!')
next reply other threads:[~2022-09-19 15:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-19 15:58 Tony Asleson [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-19 15:57 main - lvmdbusd: Correct typos Tony Asleson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220919155806.EB6AA385841A@sourceware.org \
--to=tasleson@sourceware.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.