summaryrefslogtreecommitdiff
path: root/src/json_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/json_ui.cc')
-rw-r--r--src/json_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json_ui.cc b/src/json_ui.cc
index c930d6ef..322085ac 100644
--- a/src/json_ui.cc
+++ b/src/json_ui.cc
@@ -356,7 +356,7 @@ parse_json(const char* pos, const char* end)
throw runtime_error("unable to parse object, expected ',' or '}'");
}
}
- throw runtime_error("Could not parse json");
+ throw runtime_error("unable to parse json");
}
std::tuple<Value, const char*>