projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3612b72
)
json: Fix typo in error message.
author
Ben Pfaff
<blp@nicira.com>
Tue, 2 Mar 2010 21:38:47 +0000
(13:38 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 3 Mar 2010 17:55:01 +0000
(09:55 -0800)
lib/json.c
patch
|
blob
|
history
diff --git
a/lib/json.c
b/lib/json.c
index 8fd9c3a7a5e488397bbc5ac0885373eda02ec367..10fa3c121011a88876a5b43097b70de89a608572 100644
(file)
--- a/
lib/json.c
+++ b/
lib/json.c
@@
-832,7
+832,7
@@
json_string_unescape(const char *in, size_t in_len, char **outp)
while (in < end) {
if (*in == '"') {
ds_clear(&out);
- ds_put_cstr(&out, "quoted string may not include unescape \"");
+ ds_put_cstr(&out, "quoted string may not include unescape
d
\"");
goto exit;
}
if (*in != '\\') {