From b3e727e1e7aaa238b3feee11289c6246fde72cf5 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 21 Feb 2017 11:38:50 +0100 Subject: [PATCH] Fix spelling mistake refs #4991 --- lib/redis/rediswriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redis/rediswriter.cpp b/lib/redis/rediswriter.cpp index 32e16d8bd..5d75f5b70 100644 --- a/lib/redis/rediswriter.cpp +++ b/lib/redis/rediswriter.cpp @@ -45,7 +45,7 @@ void RedisWriter::ConnectionThreadProc(void) String path = GetPath(); String host = GetHost(); - Log(LogInformation, "RedisWriter", "Trying to connecto redis server"); + Log(LogInformation, "RedisWriter", "Trying to connect to redis server"); if (path.IsEmpty()) m_Context = redisConnect(host.CStr(), GetPort());