From 3e47e395a5f8865ebab9f025ddc4f900fc5fb5aa Mon Sep 17 00:00:00 2001 From: Jehan Date: Thu, 27 Jan 2022 23:35:50 +0100 Subject: [PATCH] app: some typo fix. Found while looking at this part of the code. --- app/core/gimpviewable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/core/gimpviewable.c b/app/core/gimpviewable.c index c1a08e1f75..d0b0ad87d0 100644 --- a/app/core/gimpviewable.c +++ b/app/core/gimpviewable.c @@ -1224,8 +1224,8 @@ gimp_viewable_get_icon_name (GimpViewable *viewable) * @viewable: viewable object to assign the specified icon name. * @icon_name: string containing an icon name identifier. * - * Seta the object's icon name, for use in constructing iconic smbols - * of the object. The contents of @icon_name are copied, so you can + * Set the object's icon name, for use in constructing iconic symbols + * of the object. The contents of @icon_name are copied, so you can * free it when you are done with it. **/ void