aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:31:58 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:31:58 +0100
commita32196cd152d83dd92006eced2adf84177003c7d (patch)
tree735cb1dfd0d25e38d76f78a632c1d8f17e1bc277
parentbb178c7f9fa941befcd313a0b3aac46442095225 (diff)
strv: Fix spelling of empty
-rw-r--r--ell/strv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ell/strv.c b/ell/strv.c
index fb2732f0..b7bf23c9 100644
--- a/ell/strv.c
+++ b/ell/strv.c
@@ -190,7 +190,7 @@ LIB_EXPORT char *l_strjoinv(char **str_array, const char delim)
/**
* l_strv_new:
*
- * Returns: new emptry string array
+ * Returns: new empty string array
**/
LIB_EXPORT char **l_strv_new(void)
{