Skip to content

Commit 0e4a079

Browse files
authored
Fix typo in the comment
1 parent be88b97 commit 0e4a079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/src/Worker/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ vote VARCHAR(255) NOT NULL
104104

105105
private static ConnectionMultiplexer OpenRedisConnection(string hostname)
106106
{
107-
// Use IP address to workaround hhttps://github.com/StackExchange/StackExchange.Redis/issues/410
107+
// Use IP address to workaround https://github.com/StackExchange/StackExchange.Redis/issues/410
108108
var ipAddress = GetIp(hostname);
109109
Console.WriteLine($"Found redis at {ipAddress}");
110110

0 commit comments

Comments
 (0)