From bbbc6e8a921759e9ea7587356fbc1fe689eb77fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 17 Sep 2015 00:05:36 +0200 Subject: tests: add tests for Reader initialization --- systemd/journal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd/journal.py') 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): -- cgit v1.2.1