Fix typo in timers

db4
Doug Coleman 2010-07-02 14:58:09 -05:00
parent cac139297d
commit 59ea478b0a
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ PRIVATE>
: start-timer ( timer -- )
[
'[ _ timer-loop ] "Alarm execution" spawn
'[ _ timer-loop ] "Timer execution" spawn
] keep thread<< ;
: stop-timer ( timer -- )