summaryrefslogtreecommitdiff
path: root/src/python-systemd
diff options
context:
space:
mode:
Diffstat (limited to 'src/python-systemd')
-rw-r--r--src/python-systemd/journal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python-systemd/journal.py b/src/python-systemd/journal.py
index 7d42525ab2..9e40cbc57e 100644
--- a/src/python-systemd/journal.py
+++ b/src/python-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)