Inscription|InfoBar: Fix small cosmetic issue@docs
authorDaniel Boles <dboles.src@gmail.com>
Sun, 30 Apr 2023 15:05:11 +0000 (16:05 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Sun, 30 Apr 2023 15:05:11 +0000 (16:05 +0100)
gtk/deprecated/gtkinfobar.c
gtk/gtkinscription.c

index e32bdc45237f805c43013cb9669fa332516dbc02..e5eb224af9b197411df680fc27446f2fde589f08 100644 (file)
@@ -51,7 +51,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
 /**
  * GtkInfoBar:
  *
- * `GtkInfoBar` can be show messages to the user without a dialog.
+ * `GtkInfoBar` can be used to show messages to the user without a dialog.
  *
  * ![An example GtkInfoBar](info-bar.png)
  *
index 1689f1044cb37cbcf1ee08111276c100f58ffaa6..e01eff17f9ca1d73369032093c428d984d5a46a5 100644 (file)
@@ -43,7 +43,7 @@
  * space as well as it can.
  *
  * Users of this widget should take care to plan behaviour for the common case
- * where the text doesn't fit exactly in the allocated space.
+ * where the text doesn't fit exactly in the allocated space.
  *
  * Since: 4.8
  */