Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yxlao committed Jul 13, 2020
1 parent 3d0c69f commit fcfa16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/utility/Console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace open3d {
namespace tests {

TEST(Logger, LogError) {
EXPECT_THROW(utility::LogError("Example exeption message"),
EXPECT_THROW(utility::LogError("Example exception message"),
std::runtime_error);
}

Expand Down

0 comments on commit fcfa16e

Please sign in to comment.