Skip to content

Commit aaf82dd

Browse files
committed
fix typos
1 parent 99484ea commit aaf82dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/Type/Date.pod6

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,10 @@ when the process has been awakened by some external event (e.g., Virtual Machine
254254
or Operating System events).
255255
Under normal condition, when sleep is not interrupted, the returned C<Duration>
256256
has a value of C<0>, meaning no extra seconds remained to sleep.
257-
Therfore, in normal situations:
257+
Therefore, in normal situations:
258258
259259
say sleep-timer 3.14; # OUTPUT: «0␤»
260260
261-
262261
The same result applies to edge cases, when a negative or zero time to sleep
263262
is passed as argument:
264263
@@ -276,7 +275,7 @@ See also L<sleep-until|/routine/sleep-until>.
276275
Works similar to C<sleep> but checks the current time and keeps sleeping
277276
until the required instant in the future has been reached.
278277
It uses internally the C<sleep-timer> method in a loop to ensure that,
279-
if accidentaly woken up early, it will wait again for the specified
278+
if accidentally woken up early, it will wait again for the specified
280279
amount of time remaining to reach the specified instant.
281280
goes back to sleep
282281

0 commit comments

Comments
 (0)