presentations.factor typo fix

cvs
Slava Pestov 2005-07-22 03:37:08 +00:00
parent 462536cf2d
commit 8ba86c54ff
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ global [ 100 <vector> commands set ] bind
: gadget. ( gadget -- )
gadget swons unit
"This stream does not support live gadgets"
swap write-attr terpri ;
swap format terpri ;
[ drop t ] "Prettyprint" [ prettyprint ] define-command
[ drop t ] "Inspect" [ inspect ] define-command