提交 c3601339 编写于 作者: M Matt Witherspoon

fix small typo

上级 45bba2bf
......@@ -99,7 +99,7 @@ namespace eosio { namespace client { namespace http {
path_prefix = match[7];
}
if(scheme != "http" && scheme != "https")
FC_THROW("Unreconized URL scheme (${s}) in URL \"${u}\"", ("s", scheme)("u", server_url));
FC_THROW("Unrecognized URL scheme (${s}) in URL \"${u}\"", ("s", scheme)("u", server_url));
if(server.empty())
FC_THROW("No server parsed from URL \"${u}\"", ("u", server_url));
if(port.empty())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册