Fix typo in error message

This commit is contained in:
Daniel Nelson 2017-11-13 15:07:54 -08:00
parent a411306fba
commit 72682973bd
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ func scanFields(buf []byte, i int) (int, []byte, error) {
}
if quotes != 0 && quotes != 2 {
return i, buf[start:i], makeError("unescaped/ublanaced quotes", buf, i)
return i, buf[start:i], makeError("unbalanced quotes", buf, i)
}
// check that all field sections had key and values (e.g. prevent "a=1,b"