Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Jan 7, 2019
1 parent b7d9d70 commit 6d0759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/usbpro/EnttecUsbProWidgetTest.cpp
Expand Up @@ -398,7 +398,7 @@ void EnttecUsbProWidgetTest::testReceiveDMX() {
// because this doesn't trigger the callback we have no way to terminate the
// select server, so we use a timeout, which is nasty, but fails closed
m_ss.RegisterSingleTimeout(
100, // shold be more than enough time
100, // should be more than enough time
ola::NewSingleCallback(this, &EnttecUsbProWidgetTest::Terminate));
m_ss.Run();
m_endpoint->Verify();
Expand Down

0 comments on commit 6d0759a

Please sign in to comment.