Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: ronso0 <ronso0@mixxx.org>
  • Loading branch information
daschuer and ronso0 committed Nov 11, 2023
1 parent 425ec59 commit 2b31ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/softtakeover_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ TEST_F(SoftTakeoverTest, CatchOutOfBounds) {
// Set value to an out of bounds value
co->set(300);
mixxx::Time::setTestElapsedTime(SoftTakeover::TestAccess::getTimeThreshold() * 2);
// actions in the same edirection shall be ignored
// Actions in the same direction shall be ignored
EXPECT_TRUE(st_control.ignore(co.get(), co->getParameterForValue(60)));
// actions in the other edirection shall be ignored
EXPECT_TRUE(st_control.ignore(co.get(), co->getParameterForValue(40)));
Expand Down

0 comments on commit 2b31ea6

Please sign in to comment.