Commit cd4ff999 authored by antirez's avatar antirez
Browse files

Fix typo 'configuraiton' in rewriteConfigRewriteLine() comment.

parent b2f83439
...@@ -1258,7 +1258,7 @@ struct rewriteConfigState *rewriteConfigReadOldFile(char *path) { ...@@ -1258,7 +1258,7 @@ struct rewriteConfigState *rewriteConfigReadOldFile(char *path) {
/* Rewrite the specified configuration option with the new "line". /* Rewrite the specified configuration option with the new "line".
* It progressively uses lines of the file that were already used for the same * 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. * the map of options -> line numbers.
* *
* If there are lines associated with a given configuration option and * If there are lines associated with a given configuration option and
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment