Merge pull request #14822 from eltociear/patch-2

option: fix typo in option.c
This commit is contained in:
Thomas Vigouroux 2021-06-15 20:02:18 +02:00 committed by GitHub
commit ec7b21918d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5370,7 +5370,7 @@ static int put_setstring(FILE *fd, char *cmd, char *name,
}
p = buf;
while (*p != NUL) {
// for each comma seperated option part, append value to
// for each comma separated option part, append value to
// the option, :set rtp+=value
if (fprintf(fd, "%s %s+=", cmd, name) < 0) {
goto fail;