[Refactor] Fixes some be typo part 2 (#4747)

This commit is contained in:
Zhengguo Yang
2020-10-20 09:28:57 +08:00
committed by GitHub
parent 34d5ab8e07
commit 09f97f8a05
224 changed files with 744 additions and 745 deletions

View File

@ -112,7 +112,7 @@ Status MergeJoinNode::prepare(RuntimeState* state) {
break;
default:
return Status::InternalError("unspport compare type.");
return Status::InternalError("unsupported compare type.");
break;
}
}