fix typos

This commit is contained in:
Brenton Bostick 2022-12-01 09:24:33 -05:00
parent 85c0322313
commit 5b5f9a069a
6 changed files with 7 additions and 7 deletions

View file

@ -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('?');