Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Apr 6, 2024
1 parent 475b9e3 commit 05dacd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/exec/tests/TableWriteTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ std::string testModeString(TestMode mode) {
case TestMode::kBucketed:
return "BUCKETED";
default:
return "UNKOWN";
return "UNKNOWN";
}
}

Expand Down

0 comments on commit 05dacd0

Please sign in to comment.