1
0
mirror of https://github.com/fluencelabs/redis synced 2025-04-02 15:51:05 +00:00

Fix typo 'configuraiton' in rewriteConfigRewriteLine() comment.

This commit is contained in:
antirez 2013-11-18 18:18:04 +01:00
parent b2f834390c
commit cd4ff9992b

@ -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