Skip to content

Commit

Permalink
fixed a typo (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek authored and itay-grudev committed Nov 30, 2018
1 parent c6bc2a3 commit 2fac2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singleapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ SingleApplication::SingleApplication( int &argc, char *argv[], bool allowSeconda

d->memory->unlock();

// Random sleep here limits the probability of a colision between two racing apps
// Random sleep here limits the probability of a collision between two racing apps
qsrand( QDateTime::currentMSecsSinceEpoch() % std::numeric_limits<uint>::max() );
QThread::sleep( 8 + static_cast <unsigned long>( static_cast <float>( qrand() ) / RAND_MAX * 10 ) );
}
Expand Down

0 comments on commit 2fac2a3

Please sign in to comment.