Merge pull request #5572 from Weiliang-Li/patch3-util

fix comment typo in util.c
This commit is contained in:
Salvatore Sanfilippo 2018-11-28 17:14:21 +01:00 committed by GitHub
commit d403208d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -606,7 +606,7 @@ void getRandomHexChars(char *p, size_t len) {
* already, this will be detected and handled correctly. * already, this will be detected and handled correctly.
* *
* The function does not try to normalize everything, but only the obvious * 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. */ * relative path. */
sds getAbsolutePath(char *filename) { sds getAbsolutePath(char *filename) {
char cwd[1024]; char cwd[1024];