Fix typo
This commit is contained in:
parent
a2a9f15307
commit
08d0cdfd31
|
@ -274,9 +274,9 @@ std::vector<LinkHeader> parse_link_header(const char *src, size_t len);
|
||||||
// Constructs path by combining base path |base_path| of length
|
// Constructs path by combining base path |base_path| of length
|
||||||
// |base_pathlen| with another path |rel_path| of length
|
// |base_pathlen| with another path |rel_path| of length
|
||||||
// |rel_pathlen|. The base path and another path can have optional
|
// |rel_pathlen|. The base path and another path can have optional
|
||||||
// query component. This function assumes |base_path| is
|
// query component. This function assumes |base_path| is normalized.
|
||||||
// cannibalized. In other words, it does not contain ".." or "." path
|
// In other words, it does not contain ".." or "." path components
|
||||||
// components and starts with "/" if it is not empty.
|
// and starts with "/" if it is not empty.
|
||||||
std::string path_join(const char *base_path, size_t base_pathlen,
|
std::string path_join(const char *base_path, size_t base_pathlen,
|
||||||
const char *base_query, size_t base_querylen,
|
const char *base_query, size_t base_querylen,
|
||||||
const char *rel_path, size_t rel_pathlen,
|
const char *rel_path, size_t rel_pathlen,
|
||||||
|
|
Loading…
Reference in New Issue