From 04b1fb0b1a1cf512aebc6887c0c29d5d4a985d1e Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 18 Nov 2013 18:18:04 +0100 Subject: [PATCH] Fix typo 'configuraiton' in rewriteConfigRewriteLine() comment. --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 8c588a06..235d0dc8 100644 --- a/src/config.c +++ b/src/config.c @@ -1206,7 +1206,7 @@ struct rewriteConfigState *rewriteConfigReadOldFile(char *path) { /* Rewrite the specified configuration option with the new "line". * It progressively uses lines of the file that were already used for the same - * configuraiton option in the old version of the file, removing that line from + * configuration option in the old version of the file, removing that line from * the map of options -> line numbers. * * If there are lines associated with a given configuration option and