gnotification: Fix a couple of minor typos in a documentation comment

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-11-15 17:49:45 +00:00
parent 18574d1ba9
commit 683c7d05a3

View File

@ -355,11 +355,11 @@ g_notification_set_urgent (GNotification *notification,
* g_notification_get_category:
* @notification: a #GNotification
*
* Gets the cateogry of @notification.
* Gets the category of @notification.
*
* This will be %NULL if no category is set.
*
* Returns: (nullable): the cateogry of @notification
* Returns: (nullable): the category of @notification
*
* Since: 2.70
*/