We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f2220 commit 4c6072fCopy full SHA for 4c6072f
systemd/_reader.c
@@ -741,7 +741,7 @@ PyDoc_STRVAR(Reader_wait__doc__,
741
"wait([timeout]) -> state change (integer)\n\n"
742
"Wait for a change in the journal. Argument `timeout` specifies\n"
743
"the maximum number of microseconds to wait before returning\n"
744
- "regardless of wheter the journal has changed. If `timeout` is -1,\n"
+ "regardless of whether the journal has changed. If `timeout` is -1,\n"
745
"then block forever.\n\n"
746
"Will return constants: NOP if no change; APPEND if new\n"
747
"entries have been added to the end of the journal; and\n"
0 commit comments