From 9ce7c81ef3835475acb2a95948326f7167a80fe6 Mon Sep 17 00:00:00 2001 From: Bryan Ricker Date: Tue, 5 Sep 2023 17:12:04 -0700 Subject: [PATCH] st/icon: Fix documentation typo Part-of: --- src/st/st-icon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/st/st-icon.c b/src/st/st-icon.c index 6009afec5..4f23090d0 100644 --- a/src/st/st-icon.c +++ b/src/st/st-icon.c @@ -324,7 +324,7 @@ st_icon_class_init (StIconClass *klass) /** * StIcon:icon-size: * - * The size of the icon, if greater than `0`. Other the icon size is derived + * The size of the icon, if greater than `0`. Otherwise the icon size is derived * from the current style. */ props[PROP_ICON_SIZE] = @@ -602,7 +602,7 @@ st_icon_new (void) * @icon: an #StIcon * * This is a convenience method to get the icon name of the current icon, if it - * is currenyly a #GThemedIcon, or %NULL otherwise. + * is currently a #GThemedIcon, or %NULL otherwise. * * Returns: (transfer none) (nullable): The name of the icon or %NULL */