Fix minor typos

This commit is contained in:
Piotr Drąg 2013-08-21 04:15:52 +02:00
parent 937212eb34
commit 60ec788489
2 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ gtk_box_class_init (GtkBoxClass *class)
PROP_BASELINE_POSITION, PROP_BASELINE_POSITION,
g_param_spec_enum ("baseline-position", g_param_spec_enum ("baseline-position",
P_("Baseline position"), P_("Baseline position"),
P_("The position of the baseline aligned widgets if extra space is availible"), P_("The position of the baseline aligned widgets if extra space is available"),
GTK_TYPE_BASELINE_POSITION, GTK_TYPE_BASELINE_POSITION,
GTK_BASELINE_POSITION_CENTER, GTK_BASELINE_POSITION_CENTER,
GTK_PARAM_READWRITE)); GTK_PARAM_READWRITE));

View File

@ -1603,7 +1603,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
* The requested opacity of the widget. See gtk_widget_set_opacity() for * The requested opacity of the widget. See gtk_widget_set_opacity() for
* more details about window opacity. * more details about window opacity.
* *
* Before 3.8 this was only availible in GtkWindow * Before 3.8 this was only available in GtkWindow
* *
* Since: 3.8 * Since: 3.8
*/ */