Skip to content

Commit 4c6072f

Browse files
mbieblkeszybz
authored andcommitted
Fix typo (#26)
1 parent 25f2220 commit 4c6072f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemd/_reader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ PyDoc_STRVAR(Reader_wait__doc__,
741741
"wait([timeout]) -> state change (integer)\n\n"
742742
"Wait for a change in the journal. Argument `timeout` specifies\n"
743743
"the maximum number of microseconds to wait before returning\n"
744-
"regardless of wheter the journal has changed. If `timeout` is -1,\n"
744+
"regardless of whether the journal has changed. If `timeout` is -1,\n"
745745
"then block forever.\n\n"
746746
"Will return constants: NOP if no change; APPEND if new\n"
747747
"entries have been added to the end of the journal; and\n"

0 commit comments

Comments
 (0)