From cabc06076bcdb51d01be0e9596c2bc3241535b94 Mon Sep 17 00:00:00 2001 From: Weiliang Li Date: Thu, 15 Nov 2018 16:55:40 +0800 Subject: [PATCH] fix comment typo in util.c fix comment typo in util.c --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.c b/src/util.c index 80b460bc..430cbe61 100644 --- a/src/util.c +++ b/src/util.c @@ -606,7 +606,7 @@ void getRandomHexChars(char *p, size_t len) { * already, this will be detected and handled correctly. * * The function does not try to normalize everything, but only the obvious - * case of one or more "../" appearning at the start of "filename" + * case of one or more "../" appearing at the start of "filename" * relative path. */ sds getAbsolutePath(char *filename) { char cwd[1024];