소스 검색

Fix typo in the comment

Rodion Fedorov 7 년 전
부모
커밋
0e4a079691
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      worker/src/Worker/Program.cs

+ 1 - 1
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}");