summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Asleson <tasleson@redhat.com>2019-01-14 09:11:06 -0600
committerTony Asleson <tasleson@redhat.com>2019-01-16 16:29:05 -0600
commit1ed4b3f23baf13e224d0c24735304f872c0930e8 (patch)
tree0155f2ce4d5d3c286dad8371e63803953181fd41
parent4c1fd827748a0b5a1a2c3e54c5fdc0478b45515f (diff)
downloadlvm2-1ed4b3f23baf13e224d0c24735304f872c0930e8.tar.gz
lvmdbusd: Spelling correction
-rw-r--r--daemons/lvmdbusd/vg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/lvmdbusd/vg.py b/daemons/lvmdbusd/vg.py
index c00084d7d..b9a23c26c 100644
--- a/daemons/lvmdbusd/vg.py
+++ b/daemons/lvmdbusd/vg.py
@@ -216,7 +216,7 @@ class Vg(AutomatedProperties):
# TODO: This should be broken into a number of different methods
# instead of having one method that takes a hash for parameters. Some of
# the changes that vgchange does works on entire system, not just a
- # specfic vg, thus that should be in the Manager interface.
+ # specific vg, thus that should be in the Manager interface.
@dbus.service.method(
dbus_interface=VG_INTERFACE,
in_signature='ia{sv}',