Skip to content

Commit

Permalink
Merge pull request baidu#26 from linyvxiang/master
Browse files Browse the repository at this point in the history
Fix spell error
  • Loading branch information
bluebore committed Jun 22, 2015
2 parents 9c07ba4 + 1a71fd3 commit 5ff9c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sofa/pbrpc/http_rpc_request.cc
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ void HTTPRpcRequest::ServiceList(
<< "<tr>"
<< "<th rowspan=\"2\" align=\"left\">Name</th>"
<< "<th colspan=\"3\" align=\"center\">Stat in last second</th>"
<< "<th colspan=\"3\" align=\"center\">Stat in last minite</th>"
<< "<th colspan=\"3\" align=\"center\">Stat in last minute</th>"
<< "</tr>"
<< "<tr>"
<< "<th align=\"right\">Requested</th><th align=\"right\">Succeed</th><th align=\"right\">Failed</th>"
Expand Down Expand Up @@ -592,7 +592,7 @@ void HTTPRpcRequest::MethodList(
<< "<tr>"
<< "<th rowspan=\"3\" align=\"left\">Name</th>"
<< "<th colspan=\"6\" align=\"center\">Stat in last second</th>"
<< "<th colspan=\"6\" align=\"center\">Stat in last minite</th>"
<< "<th colspan=\"6\" align=\"center\">Stat in last minute</th>"
<< "</tr>"
<< "<tr>"
<< "<th colspan=\"3\" align=\"center\">Succeed</th>"
Expand Down

0 comments on commit 5ff9c41

Please sign in to comment.