From 1dc2d6dc47b9cc70e9eee4501fea5b209b0a22a7 Mon Sep 17 00:00:00 2001 From: Hu Weiwei Date: Wed, 16 Jan 2013 18:04:43 +0800 Subject: [PATCH] fixed some typos. --- src/redis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redis.c b/src/redis.c index 4408fbd0e..dbf32a96d 100644 --- a/src/redis.c +++ b/src/redis.c @@ -819,11 +819,11 @@ void clientsCron(void) { * * - Active expired keys collection (it is also performed in a lazy way on * lookup). - * - Software watchdong. + * - Software watchdog. * - Update some statistic. * - Incremental rehashing of the DBs hash tables. * - Triggering BGSAVE / AOF rewrite, and handling of terminated children. - * - Clients timeout of differnet kinds. + * - Clients timeout of different kinds. * - Replication reconnection. * - Many more... *