fix typos
This commit is contained in:
parent
85c0322313
commit
5b5f9a069a
6 changed files with 7 additions and 7 deletions
|
@ -1401,7 +1401,7 @@ public:
|
|||
|
||||
/* Note: this is kind of restricted in what it'll take. It does not support
|
||||
* URL encoding, and /'s in URL args will screw it up. But the only URL args
|
||||
* it really uses in ?jsonp=funcionName, and otherwise it just takes simple
|
||||
* it really uses in ?jsonp=functionName, and otherwise it just takes simple
|
||||
* paths to simply-named resources. */
|
||||
if (!ps.empty()) {
|
||||
std::size_t qpos = ps[ps.size() - 1].find('?');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue