Skip to content

Commit

Permalink
#2147: fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed May 18, 2023
1 parent 1921d59 commit f8a80b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/trace/test_runnable_context_trace.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ TEST_F(TestRunnableContextTrace, runnable_context_trace_test_1) {

HandlerManager::setHandlerTrace(handler, true);

// Give some nonesense parameters but Trace shouldn't touch them
// Give some nonsense parameters but Trace shouldn't touch them
auto t = ctx::Trace( msg, /* in_trace_event */ 7,
handler, /* in_from_node */ 3,
5, 9, 3, 2 );
Expand Down Expand Up @@ -96,4 +96,4 @@ TEST_F(TestRunnableContextTrace, runnable_context_trace_test_1) {

}}} // end namespace vt::tests::unit

#endif // vt_check_enabled(trace_enabled)
#endif // vt_check_enabled(trace_enabled)

0 comments on commit f8a80b5

Please sign in to comment.