summaryrefslogtreecommitdiff
path: root/src/python-systemd
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2013-05-03 23:43:11 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-05-03 22:45:09 -0400
commitd2bbca6855b174fb7ea90b4767a886bb88bd2400 (patch)
tree6d99e5c15cca52cccd05e5ead642d6c0c5017d86 /src/python-systemd
parent20089f95e83dd6a3e9238b3448ce2e55536184ff (diff)
Spelling fixes
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 7d42525ab..9e40cbc57 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)