From fe0f044f15984ebb02e017ab1b691178175c4b78 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 19 Oct 2024 17:33:05 -0400 Subject: [PATCH] src/svgtiny_css.c: typo fix --- src/svgtiny_css.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/svgtiny_css.c b/src/svgtiny_css.c index 612dab9..7d52ffa 100644 --- a/src/svgtiny_css.c +++ b/src/svgtiny_css.c @@ -161,7 +161,7 @@ css_error svgtiny_create_stylesheet(css_stylesheet **sheet, /* libcss select handlers */ /**************************/ /* - * From here on we implement the "select handler "API defined in + * From here on we implement the "select handler" API defined in * libcss's include/libcss/select.h and discussed briefly in its * docs/API document. */ -- 2.44.2