From 5cad80fdc95d6c269e1ba725e368943bf94ac0de Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Sun, 16 Jan 2011 21:46:01 +0900 Subject: [PATCH] ui.gadgets.status-bar: fix typo in docs --- basis/ui/gadgets/status-bar/status-bar-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/gadgets/status-bar/status-bar-docs.factor b/basis/ui/gadgets/status-bar/status-bar-docs.factor index 115c8783f8..45986715f6 100644 --- a/basis/ui/gadgets/status-bar/status-bar-docs.factor +++ b/basis/ui/gadgets/status-bar/status-bar-docs.factor @@ -19,7 +19,7 @@ HELP: HELP: open-status-window { $values { "gadget" gadget } { "title/attributes" { "a " { $link string } " or a " { $link world-attributes } " tuple" } } } -{ $description "Like " { $link open-window } ", with the additional feature that the new window iwll have a status bar displaying the value stored in the world's " { $slot "status" } " slot." } +{ $description "Like " { $link open-window } ", with the additional feature that the new window will have a status bar displaying the value stored in the world's " { $slot "status" } " slot." } { $see-also show-status hide-status } ; ARTICLE: "ui.gadgets.status-bar" "Status bars and mouse-over help"