summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gir/gio-2.0.c2
-rw-r--r--gir/glib-2.0.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index e8d740a3..fc47538b 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -11655,7 +11655,7 @@
* it is no longer required.
*
* Returns: (transfer full): a %NULL-terminated array of the names of the
- * actions in the groupb
+ * actions in the group
* Since: 2.28
*/
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index b423ccfb..c91dddd7 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -1236,7 +1236,8 @@
* @G_LOG_FLAG_FATAL: internal flag
* @G_LOG_LEVEL_ERROR: log level for errors, see g_error().
* This level is also used for messages produced by g_assert().
- * @G_LOG_LEVEL_CRITICAL: log level for critical messages, see g_critical().
+ * @G_LOG_LEVEL_CRITICAL: log level for critical warning messages, see
+ * g_critical().
* This level is also used for messages produced by g_return_if_fail()
* and g_return_val_if_fail().
* @G_LOG_LEVEL_WARNING: log level for warnings, see g_warning()