From 6df9001d6c5cc7a9446bb5f42f0e8c4784d0f5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariano=20P=C3=A9rez=20Rodr=C3=ADguez?= Date: Fri, 31 Oct 2014 14:17:49 -0300 Subject: [PATCH] Typo fixes in redis.conf Fix two typos in redis.conf: - "trnasfers" --> "transfers" - "enalbed" --> "enabled" --- redis.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redis.conf b/redis.conf index 81dcf5a86..e814efadd 100644 --- a/redis.conf +++ b/redis.conf @@ -268,7 +268,7 @@ slave-read-only yes repl-diskless-sync no # When diskless replication is enabled, it is possible to configure the delay -# the server waits in order to spawn the child that trnasfers the RDB via socket +# the server waits in order to spawn the child that transfers the RDB via socket # to the slaves. # # This is important since once the transfer starts, it is not possible to serve @@ -756,7 +756,7 @@ slowlog-max-len 128 # By default latency monitoring is disabled since it is mostly not needed # if you don't have latency issues, and collecting data has a performance # impact, that while very small, can be measured under big load. Latency -# monitoring can easily be enalbed at runtime using the command +# monitoring can easily be enabled at runtime using the command # "CONFIG SET latency-monitor-threshold " if needed. latency-monitor-threshold 0