diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-01-28 22:43:28 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-01-28 22:45:36 +0100 |
commit | 1d9ddac9aab6efa7640e30522fb73e080167c94f (patch) | |
tree | 68ec94e04feff5097de56e95b54c1f2237f101ec | |
parent | dd5149df16649980b36f5cbbcc401319c5299256 (diff) |
Fix typo
-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 |