]> gitweb.michael.orlitzky.com - libsvgtiny.git/commitdiff
src/svgtiny_css.c: typo fix
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 19 Oct 2024 21:33:05 +0000 (17:33 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 20 Oct 2024 21:39:58 +0000 (17:39 -0400)
src/svgtiny_css.c

index 612dab9c7b11eab6252ebd0538fe9df096e62ded..7d52ffa14df7cc11e808df741daa0f3f3db73826 100644 (file)
@@ -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 handlerAPI defined in
  * libcss's include/libcss/select.h and discussed briefly in its
  * docs/API document.
  */