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

Commit

Permalink
Merge pull request #196 from ryan1234/master
Browse files Browse the repository at this point in the history
Spelling error in exception message.
  • Loading branch information
mythz committed Mar 25, 2014
2 parents 0b7058b + 9d28899 commit 57cd99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ServiceStack.Redis/RedisNativeClient_Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ private byte[] ParseSingleLine(string r)
{
Log("R: {0}", r);
if (r.Length == 0)
throw CreateResponseError("Zero length respose");
throw CreateResponseError("Zero length response");

char c = r[0];
if (c == '-')
Expand Down Expand Up @@ -962,4 +962,4 @@ public void ScriptKill()

}

}
}

0 comments on commit 57cd99c

Please sign in to comment.