summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"