Fix typos in comments (#5590)

Found by the https://github.com/OSGeo/gdal/blob/master/gdal/scripts/fix_typos.sh
script on the internal copy of flatbuffers inside GDAL
This commit is contained in:
Even Rouault
2019-10-28 18:02:46 +01:00
committed by Wouter van Oortmerssen
parent 480815447a
commit 1b85292fd3
4 changed files with 5 additions and 5 deletions

View File

@@ -1054,7 +1054,7 @@ class Builder FLATBUFFERS_FINAL_CLASS {
for (auto key = start; key < stack_.size(); key += 2) {
FLATBUFFERS_ASSERT(stack_[key].type_ == FBT_KEY);
}
// Now sort values, so later we can do a binary seach lookup.
// Now sort values, so later we can do a binary search lookup.
// We want to sort 2 array elements at a time.
struct TwoValue {
Value key;