summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systemd/journal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/journal.py b/systemd/journal.py
index 7d42525..9e40cbc 100644
--- a/systemd/journal.py
+++ b/systemd/journal.py
@@ -240,7 +240,7 @@ class Reader(_Reader):
Entries will be processed with converters specified during
Reader creation.
- Equivilent to get_next(-skip).
+ Equivalent to get_next(-skip).
"""
return self.get_next(-skip)