diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2013-05-03 23:43:11 +0300 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-05-03 22:45:09 -0400 |
commit | d2bbca6855b174fb7ea90b4767a886bb88bd2400 (patch) | |
tree | 6d99e5c15cca52cccd05e5ead642d6c0c5017d86 /src/python-systemd | |
parent | 20089f95e83dd6a3e9238b3448ce2e55536184ff (diff) |
Spelling fixes
Diffstat (limited to 'src/python-systemd')
-rw-r--r-- | src/python-systemd/journal.py | 2 |
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) |