From: Andre Noll Date: Thu, 22 Mar 2007 19:53:47 +0000 (+0100) Subject: audiod.c: Fix typo in log message X-Git-Tag: v0.2.16~10 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=4d6ce5632164bfcbdca74dd3d1bb0c1e35917938 audiod.c: Fix typo in log message --- diff --git a/audiod.c b/audiod.c index 5515e527..85aa517a 100644 --- a/audiod.c +++ b/audiod.c @@ -636,7 +636,7 @@ static void audiod_pre_select(struct sched *s, __a_unused struct task *t) s->timeout = min_delay; continue; } - PARA_INFO_LOG("inital delay: %lu ms left\n", tv2ms(&diff)); + PARA_INFO_LOG("initial delay: %lu ms left\n", tv2ms(&diff)); if (tv_diff(&s->timeout, &diff, NULL) > 0) { s->timeout = diff; }