Tiny typo fix

This commit is contained in:
Simon Jefford 2012-10-11 13:21:43 +01:00
parent dbe040a03e
commit 970cbe2ff1

View File

@ -37,7 +37,7 @@ func main() {
mc.Set("k1", "v1")
mc.Get("k1")
})
if mcrep.Err != nil {
if mcRep.Err != nil {
panic(mcRep.Err)
}
mcVal, _ := mcRep.Elems[1].Str()