diff options
Diffstat (limited to 'sys/boot/forth/delay.4th')
-rw-r--r-- | sys/boot/forth/delay.4th | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/forth/delay.4th b/sys/boot/forth/delay.4th index 56dfcf0..28cfa5c 100644 --- a/sys/boot/forth/delay.4th +++ b/sys/boot/forth/delay.4th @@ -66,7 +66,7 @@ only forth definitions also delay-processing false delay_showdots ! \ reset to zero and read from environment s" delay_showdots" getenv dup -1 <> if - 2drop \ don't need the value, just existance + 2drop \ don't need the value, just existence true delay_showdots ! else drop |