summaryrefslogtreecommitdiff
path: root/systemd/test/test_daemon.py
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/test/test_daemon.py')
-rw-r--r--systemd/test/test_daemon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemd/test/test_daemon.py b/systemd/test/test_daemon.py
index 8c776d5..215f1f8 100644
--- a/systemd/test/test_daemon.py
+++ b/systemd/test/test_daemon.py
@@ -95,7 +95,7 @@ def is_mq_wrapper(arg):
try:
return is_mq(arg)
except OSError as error:
- # systemd < 227 compatiblity
+ # systemd < 227 compatibility
assert error.errno == errno.EBADF
return False
@@ -103,7 +103,7 @@ def _is_mq_wrapper(arg):
try:
return _is_mq(arg)
except OSError as error:
- # systemd < 227 compatiblity
+ # systemd < 227 compatibility
assert error.errno == errno.EBADF
return False