From: Michael Orlitzky Date: Sat, 19 Oct 2024 21:33:05 +0000 (-0400) Subject: src/svgtiny_css.c: typo fix X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=fe0f044f15984ebb02e017ab1b691178175c4b78;p=libsvgtiny.git src/svgtiny_css.c: typo fix --- 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. */