From 0e4a0796911a40b30925cd8e18d1ac4fce55c9bc Mon Sep 17 00:00:00 2001 From: Rodion Fedorov Date: Tue, 17 Jul 2018 20:49:40 +0300 Subject: [PATCH] Fix typo in the comment --- worker/src/Worker/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/src/Worker/Program.cs b/worker/src/Worker/Program.cs index 0e375d7..e8ca4c1 100644 --- a/worker/src/Worker/Program.cs +++ b/worker/src/Worker/Program.cs @@ -104,7 +104,7 @@ namespace Worker private static ConnectionMultiplexer OpenRedisConnection(string hostname) { - // Use IP address to workaround hhttps://github.com/StackExchange/StackExchange.Redis/issues/410 + // Use IP address to workaround https://github.com/StackExchange/StackExchange.Redis/issues/410 var ipAddress = GetIp(hostname); Console.WriteLine($"Found redis at {ipAddress}");