Skip to content

Commit

Permalink
fix typo (vesoft-inc#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsldymq authored Jun 21, 2021
1 parent 25d8772 commit 6848749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/processors/partsMan/CreateSpaceProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void CreateSpaceProcessor::process(const cpp2::CreateSpaceReq& req) {
return;
}
if (vidType == cpp2::PropertyType::INT64 && vidSize != 8) {
LOG(ERROR) << "Create Space Failed : vid_size should be 8 if vid type is interger: "
LOG(ERROR) << "Create Space Failed : vid_size should be 8 if vid type is integer: "
<< vidSize;
handleErrorCode(nebula::cpp2::ErrorCode::E_INVALID_PARM);
onFinished();
Expand Down

0 comments on commit 6848749

Please sign in to comment.