Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee committed Jul 16, 2021
1 parent 23b9b2a commit af4a064
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimizer/OptimizerUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ bool OptimizerUtils::findOptimalIndex(const Expression* condition,
hints.reserve(index.hints.size());
auto iter = index.hints.begin();

// Use full scan if the highest index socre is NotEqual
// Use full scan if the highest index score is NotEqual
if (iter->score == IndexScore::kNotEqual) {
return false;
}
Expand Down

0 comments on commit af4a064

Please sign in to comment.