Skip to content

Commit ccfaf0e

Browse files
committed
Fix spelling
1 parent 7904b43 commit ccfaf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devertexwahn/core/object_factory_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ TEST(ObjectFactory, WhenRegisterCallbackIsSet_ExpectAvailibiltyOfNewTypesAnUnava
112112
// test property set for "MockIntegrator" (empty be intention)
113113
PropertySet ps_mock_integrator;
114114

115-
// start wit an empty factory
115+
// start with an empty factory
116116
ObjectFactory<PropertySet>::set_registration_callback( [](){ /* register nothing */ });
117117

118118
// nothing should be registered

0 commit comments

Comments
 (0)