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

@ -941,7 +941,7 @@ int processMultibulkBuffer(redisClient *c) {
/* Not enough data (+2 == trailing \r\n) */
break;
} else {
/* Optimization: if the buffer containns JUST our bulk element
/* Optimization: if the buffer contains JUST our bulk element
* instead of creating a new object by *copying* the sds we
* just use the current sds string. */
if (pos == 0 &&