From 2b928cdf3c2735d30585553300ae4caa53a4accb Mon Sep 17 00:00:00 2001 From: KangZhiDong Date: Sun, 1 Sep 2019 07:03:11 +0800 Subject: [PATCH] fix typos --- deps/jemalloc/bin/jeprof.in | 2 +- src/cluster.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/jemalloc/bin/jeprof.in b/deps/jemalloc/bin/jeprof.in index 588c6b438..6a4804680 100644 --- a/deps/jemalloc/bin/jeprof.in +++ b/deps/jemalloc/bin/jeprof.in @@ -2312,7 +2312,7 @@ sub SvgJavascript { * SVGPan library 1.2 * ==================== * - * Given an unique existing element with id "viewport", including the + * Given a unique existing element with id "viewport", including the * the library into any SVG adds the following capabilities: * * - Mouse panning diff --git a/src/cluster.c b/src/cluster.c index e22222700..741f3745d 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -4727,7 +4727,7 @@ NULL server.cluster->currentEpoch = epoch; /* No need to fsync the config here since in the unlucky event * of a failure to persist the config, the conflict resolution code - * will assign an unique config to this node. */ + * will assign a unique config to this node. */ clusterDoBeforeSleep(CLUSTER_TODO_UPDATE_STATE| CLUSTER_TODO_SAVE_CONFIG); addReply(c,shared.ok);