From e2f6ee239c9c0cedfccee1db77c95e673fe6fe04 Mon Sep 17 00:00:00 2001 From: charsyam Date: Wed, 28 Oct 2015 02:19:24 +0900 Subject: fixing typos --- sds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sds.c') diff --git a/sds.c b/sds.c index 5d55b77..f01247d 100644 --- a/sds.c +++ b/sds.c @@ -293,7 +293,7 @@ sds sdscpy(sds s, const char *t) { * conversion. 's' must point to a string with room for at least * SDS_LLSTR_SIZE bytes. * - * The function returns the lenght of the null-terminated string + * The function returns the length of the null-terminated string * representation stored at 's'. */ #define SDS_LLSTR_SIZE 21 int sdsll2str(char *s, long long value) { -- cgit v1.2.3