Fix spelling mistake

refs #4991
This commit is contained in:
Gunnar Beutner 2017-02-21 11:38:50 +01:00
parent 06c2a4088d
commit b3e727e1e7
1 changed files with 1 additions and 1 deletions

View File

@ -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());