summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2016-07-16 17:20:52 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-07-16 11:20:52 -0400
commit4c6072f61b9e696afe50e74bf2766cd1418cb228 (patch)
tree59c9286c00f13085510be0b989dfa015a47cff44
parent25f22209ea7539c342dfd8b221d703f335337bda (diff)
downloadpython-systemd-4c6072f61b9e696afe50e74bf2766cd1418cb228.tar.gz
Fix typo (#26)
-rw-r--r--systemd/_reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/_reader.c b/systemd/_reader.c
index 685b43e..34882f3 100644
--- a/systemd/_reader.c
+++ b/systemd/_reader.c
@@ -741,7 +741,7 @@ PyDoc_STRVAR(Reader_wait__doc__,
"wait([timeout]) -> state change (integer)\n\n"
"Wait for a change in the journal. Argument `timeout` specifies\n"
"the maximum number of microseconds to wait before returning\n"
- "regardless of wheter the journal has changed. If `timeout` is -1,\n"
+ "regardless of whether the journal has changed. If `timeout` is -1,\n"
"then block forever.\n\n"
"Will return constants: NOP if no change; APPEND if new\n"
"entries have been added to the end of the journal; and\n"