Fix a typo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27597 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ae37fadb1b
commit
980e0c7383
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ void SysTrace::flush(void)
|
|||
{
|
||||
if(repeat > 1) {
|
||||
debugbuffer.append(
|
||||
QString(" (Last message repeasted %1 times.)\n").arg(repeat));
|
||||
QString(" (Last message repeated %1 times.)\n").arg(repeat));
|
||||
#if !defined(NODEBUG)
|
||||
fprintf(stderr, " (Last message repeated %i times.)\n", repeat);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue