Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit a4b36cf

Browse files
committed
Merge branch 'master' of ssh://github.com/ServiceStack/ServiceStack.Redis
2 parents b5067d7 + 57cd99c commit a4b36cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceStack.Redis/RedisNativeClient_Utils.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ private byte[] ParseSingleLine(string r)
614614
{
615615
Log("R: {0}", r);
616616
if (r.Length == 0)
617-
throw CreateResponseError("Zero length respose");
617+
throw CreateResponseError("Zero length response");
618618

619619
char c = r[0];
620620
if (c == '-')
@@ -962,4 +962,4 @@ public void ScriptKill()
962962

963963
}
964964

965-
}
965+
}

0 commit comments

Comments
 (0)