summaryrefslogtreecommitdiff
path: root/systemd/journal.py
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/journal.py')
-rw-r--r--systemd/journal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/journal.py b/systemd/journal.py
index 598a085..3fe3d83 100644
--- a/systemd/journal.py
+++ b/systemd/journal.py
@@ -179,7 +179,7 @@ class Reader(_Reader):
return value
def _convert_entry(self, entry):
- """Convert entire journal entry utilising _covert_field"""
+ """Convert entire journal entry utilising _convert_field"""
result = {}
for key, value in entry.items():
if isinstance(value, list):