ui.backend.gtk: small typo fix.

db4
John Benediktsson 2015-09-28 14:48:20 -07:00
parent 94f863f33e
commit 2dea9bab74
1 changed files with 1 additions and 1 deletions
basis/ui/backend/gtk

View 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 } ;