qulogic/libgnt

Fix a few small typos.

2019-08-28, Elliott Sales de Andrade
238eca118966
Parents 30bca5cf8435
Children 7a90bdfa6cc4
Fix a few small typos.
--- a/gntcheckbox.h Wed Aug 28 21:10:11 2019 -0400
+++ b/gntcheckbox.h Wed Aug 28 21:18:18 2019 -0400
@@ -25,7 +25,7 @@
/**
* SECTION:gntcheckbox
* @section_id: libgnt-gntcheckbox
- * @title: GntCheckbox
+ * @title: GntCheckBox
* @short_description: A widget that can be toggled
* @see_also: #GntButton
*/
--- a/gntwidget.h Wed Aug 28 21:10:11 2019 -0400
+++ b/gntwidget.h Wed Aug 28 21:18:18 2019 -0400
@@ -536,7 +536,7 @@
void gnt_widget_set_is_urgent(GntWidget *widget, gboolean urgent);
/**
- * gnt_widget_get_urgent:
+ * gnt_widget_get_is_urgent:
* @widget: The widget
*
* Returns whether the widget has the URGENT hint set.