From 5386cf89f2c976b2950b51771a1b99093ae48545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 15 Jul 2018 07:25:37 +0200 Subject: [PATCH] GskRoundedRect: Typo --- gsk/gskroundedrect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsk/gskroundedrect.h b/gsk/gskroundedrect.h index 378591af4c..2cc58cd6b4 100644 --- a/gsk/gskroundedrect.h +++ b/gsk/gskroundedrect.h @@ -50,7 +50,7 @@ G_BEGIN_DECLS * @bounds: the bounds of the rectangle * @corner: the size of the 4 rounded corners * - * A rectanglular region with rounded corners. + * A rectangular region with rounded corners. * * Application code should normalize rectangles using gsk_rounded_rect_normalize(); * this function will ensure that the bounds of the rectanlge are normalized