changeset 682:527a4d29d384

Typofix :S
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Mar 2020 20:17:39 +0200
parents 81d1a3f53b87
children d8738bfad0a8
files th_string.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.h	Wed Mar 04 19:47:21 2020 +0200
+++ b/th_string.h	Wed Mar 04 20:17:39 2020 +0200
@@ -173,7 +173,7 @@
 int         th_split_string(const th_char_t *str, th_char_t ***elems, size_t *nelems, const th_char_t *sep);
 int         th_join_string_elems(th_char_t **str, const th_strelems_t *ctx, const th_char_t *sep);
 int         th_join_string(th_char_t **str, th_char_t **elems, const size_t nelems, const th_char_t *sep);
-void        th_strlems_free(th_strelems_t *ctx);
+void        th_strelems_free(th_strelems_t *ctx);
 
 
 /* Internal printf() implementation. NOTICE! This API may be unstable.