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

Commit 9d28899

Browse files
committed
Spelling error in exception message.
Only because I've been staring at this error all day trying to debug some odd behavior. It should be "response", not "respose".
1 parent 7c7a93b commit 9d28899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceStack.Redis/RedisNativeClient_Utils.cs

+2-2
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)