Additionally two typos fixed thanks to @jodal

This commit is contained in:
antirez
2013-01-19 13:46:14 +01:00
parent 79a0ef62db
commit e50cdbe461
2 changed files with 2 additions and 2 deletions

View File

@ -340,7 +340,7 @@ void incrbyfloatCommand(redisClient *c) {
addReplyBulk(c,new);
/* Always replicate INCRBYFLOAT as a SET command with the final value
* in order to make sure that differences in float prrcision or formatting
* in order to make sure that differences in float precision or formatting
* will not create differences in replicas or after an AOF restart. */
aux = createStringObject("SET",3);
rewriteClientCommandArgument(c,0,aux);