audiod.c: Fix typo in log message
authorAndre Noll <maan@systemlinux.org>
Thu, 22 Mar 2007 19:53:47 +0000 (20:53 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 22 Mar 2007 19:53:47 +0000 (20:53 +0100)
audiod.c

index 5515e5274f6ae152367b39f1a257c5fe5712fa6a..85aa517ac536ae6796c84f5605556364af299234 100644 (file)
--- 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;
                }