From 3c8165dc03c56a9337af759d7904b98bd961851b Mon Sep 17 00:00:00 2001 From: crc Date: Fri, 26 Apr 2019 13:31:15 +0000 Subject: [PATCH] fix a typo FossilOrigin-Name: 0c23204df1452e94cb9d683da7694a1f744ba07e1644848bc2c601d0d454ba05 --- interfaces/io/unix.forth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/io/unix.forth b/interfaces/io/unix.forth index 2cde724..39ab557 100644 --- a/interfaces/io/unix.forth +++ b/interfaces/io/unix.forth @@ -117,7 +117,7 @@ seconds. :clock:year (-s) #22 io:unix-syscall ; :clock:hour (-s) #23 io:unix-syscall ; :clock:minute (-n) #24 io:unix-syscall ; -:clock:secord (-s) #25 io:unix-syscall ; +:clock:second (-s) #25 io:unix-syscall ; ~~~ ~~~