diff options
author | Timm Bäder <mail@baedert.org> | 2018-07-15 07:25:37 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-07-17 17:33:47 +0200 |
commit | 5386cf89f2c976b2950b51771a1b99093ae48545 (patch) | |
tree | d687042aa46db58a55076b3dbb0cb84f82e2a0cb /gsk/gskroundedrect.h | |
parent | b7d948af69c14f5ff31413d67191087b676cf4c8 (diff) | |
download | gtk+-5386cf89f2c976b2950b51771a1b99093ae48545.tar.gz |
GskRoundedRect: Typo
Diffstat (limited to 'gsk/gskroundedrect.h')
-rw-r--r-- | gsk/gskroundedrect.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |