TablePropertiesCollectorFactory::Context::kUnknownColumnFamily &&
f.cf_id != cfd_->GetID()) {
return Status::InvalidArgument(
- "External file column family id dont match");
+ "External file column family id don't match");
}
}
return Status::InvalidArgument("Global seqno is required, but disabled");
} else if (file_to_ingest->global_seqno_offset == 0) {
return Status::InvalidArgument(
- "Trying to set global seqno for a file that dont have a global seqno "
+ "Trying to set global seqno for a file that don't have a global seqno "
"field");
}
// If greater than zero, the LRU list will be split into a high-pri
// list and a low-pri list. High-pri entries will be insert to the
// tail of high-pri list, while low-pri entries will be first inserted to
- // the low-pri list (the midpoint). This is refered to as
+ // the low-pri list (the midpoint). This is referred to as
// midpoint insertion strategy to make entries never get hit in cache
// age out faster.
//