Skip to content

Commit f726673

Browse files
committed
fix truncation spelling.
1 parent 383a8fc commit f726673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit_tests/unit_test_world_builder.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3473,10 +3473,10 @@ TEST_CASE("WorldBuilder Types: Segment Object")
34733473
{
34743474
#define TYPE Segment
34753475
const WorldBuilder::Point<2> thickness(1,2,invalid);
3476-
const WorldBuilder::Point<2> top_trucation(3,4,invalid);
3476+
const WorldBuilder::Point<2> top_truncation(3,4,invalid);
34773477
const WorldBuilder::Point<2> angle(5,6,invalid);
34783478
Objects::TYPE<Features::FaultModels::Temperature::Interface, Features::FaultModels::Composition::Interface, Features::FaultModels::Grains::Interface>
3479-
type (1.0, thickness, top_trucation, angle,
3479+
type (1.0, thickness, top_truncation, angle,
34803480
std::vector<std::shared_ptr<Features::FaultModels::Temperature::Interface> >(),
34813481
std::vector<std::shared_ptr<Features::FaultModels::Composition::Interface> >(),
34823482
std::vector<std::shared_ptr<Features::FaultModels::Grains::Interface> >());

0 commit comments

Comments
 (0)