diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 4c03956e54..d9230f5ac3 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -237,7 +237,7 @@ * Otherwise, you would not properly consider widget margins, * #GtkSizeGroup, and so forth. * - * Since 3.10 Gtk+ also supports baseline vertical alignment of widgets. This + * Since 3.10 GTK+ also supports baseline vertical alignment of widgets. This * means that widgets are positioned such that the typographical baseline of * widgets in the same row are aligned. This happens if a widget supports baselines, * has a vertical alignment of %GTK_ALIGN_BASELINE, and is inside a container @@ -321,7 +321,7 @@ * * # Building composite widgets from template XML ## {#composite-templates} * - * GtkWidget exposes some facilities to automate the proceedure + * GtkWidget exposes some facilities to automate the procedure * of creating composite widgets using #GtkBuilder interface description * language. * @@ -330,7 +330,7 @@ * time using gtk_widget_class_set_template(). * * The interface description semantics expected in composite template descriptions - * is slightly different from regulare #GtkBuilder XML. + * is slightly different from regular #GtkBuilder XML. * * Unlike regular interface descriptions, gtk_widget_class_set_template() will * expect a