]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.backend.gtk: small typo fix.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 28 Sep 2015 21:48:20 +0000 (14:48 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 28 Sep 2015 21:48:20 +0000 (14:48 -0700)
basis/ui/backend/gtk/gtk-docs.factor

index 5c928900d2383ce2be24d11bd9058d846f248e8a..1b2753e29a69096b78e58e6bb683478a95818e2d 100644 (file)
@@ -3,5 +3,5 @@ IN: ui.backend.gtk
 
 HELP: configure-im
 { $values { "win" GtkWindow } { "im" GtkIMContext } }
-{ $description "Configures the input methods of the window. Must only be run after the window hasbeen realized." }
+{ $description "Configures the input methods of the window. Must only be run after the window has been realized." }
 { $see-also gtk_widget_realize } ;