diff options
-rw-r--r-- | src/src/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/string.c b/src/src/string.c index d01383f65..c0dfd04b6 100644 --- a/src/src/string.c +++ b/src/src/string.c @@ -970,7 +970,7 @@ return buffer; #ifndef COMPILE_UTILITY /************************************************ -* Add element to seperated list * +* Add element to separated list * ************************************************/ /* This function is used to build a list, returning an allocated null-terminated growable string. The |