summaryrefslogtreecommitdiff
path: root/daemons/lvmdbusd/cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/lvmdbusd/cfg.py')
-rw-r--r--daemons/lvmdbusd/cfg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/lvmdbusd/cfg.py b/daemons/lvmdbusd/cfg.py
index 70edad846..3ee852855 100644
--- a/daemons/lvmdbusd/cfg.py
+++ b/daemons/lvmdbusd/cfg.py
@@ -27,13 +27,13 @@ bus = None
# Command line args
args = None
-# Set to true if we are depending on external events for updates
+# Set to true if we depend on external events for updates
got_external_event = False
# Shared state variable across all processes
run = multiprocessing.Value('i', 1)
-# If this is set to true, the current setup support lvm shell and we are
+# If this is set to true, the current setup support lvm shell, and we are
# running in that mode of operation
SHELL_IN_USE = None