tiny typo

This commit is contained in:
fgerlits 2007-08-08 12:01:46 +00:00
parent d4345e7e98
commit c7e0c451be
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ PlaylistEvent :: PlaylistEvent(
this->playLog = playLog;
this->scheduleEntry = scheduleEntry;
// this init time is a wild guess, say 5 seconds should be enough
// this init time is a wild guess, say 10 seconds should be enough
initTime.reset(new posix_time::time_duration(0, 0, 10, 0));
state = created;