include/flatbuffers: typo fixes in comments (#5884)

This commit is contained in:
Even Rouault
2020-05-04 19:21:57 +02:00
committed by GitHub
parent 2e9a196734
commit ff1c78233d
6 changed files with 6 additions and 6 deletions

View File

@@ -446,7 +446,7 @@ std::string StripPath(const std::string &filepath);
// Strip the last component of the path + separator.
std::string StripFileName(const std::string &filepath);
// Concatenates a path with a filename, regardless of wether the path
// Concatenates a path with a filename, regardless of whether the path
// ends in a separator or not.
std::string ConCatPathFileName(const std::string &path,
const std::string &filename);