From: David Tran Date: Wed, 25 Apr 2012 19:21:56 +0000 (-0700) Subject: Spelling: s/synchrnonization/synchronization X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/8111a803cbbcb9ec6f494baef0fdd5e0664fb33e?ds=sidebyside Spelling: s/synchrnonization/synchronization --- diff --git a/src/replication.c b/src/replication.c index ef148f1c..f03c424f 100644 --- a/src/replication.c +++ b/src/replication.c @@ -323,7 +323,7 @@ void readSyncBulkPayload(aeEventLoop *el, int fd, void *privdata, int mask) { } server.repl_transfer_lastio = server.unixtime; if (write(server.repl_transfer_fd,buf,nread) != nread) { - redisLog(REDIS_WARNING,"Write error or short write writing to the DB dump file needed for MASTER <-> SLAVE synchrnonization: %s", strerror(errno)); + redisLog(REDIS_WARNING,"Write error or short write writing to the DB dump file needed for MASTER <-> SLAVE synchronization: %s", strerror(errno)); goto error; } server.repl_transfer_left -= nread;