diff options
author | Colin Guthrie <cguthrie@mandriva.org> | 2009-09-18 16:10:13 +0100 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2009-09-18 16:10:13 +0100 |
commit | 8f299687882a33093cad32936672ba649306739b (patch) | |
tree | cfb9da079c29ce889dea3a15e3ae0640622e5d41 | |
parent | fd25e8fa8bd22dc3ba4beac0fd12b2fc74bc6902 (diff) |
conf: Fix typo in daemon.conf: rlimit-rtttime - too many t's
Spotted by peol on IRC
-rw-r--r-- | src/daemon/daemon.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon.conf.in b/src/daemon/daemon.conf.in index db2059e1..3af68b0a 100644 --- a/src/daemon/daemon.conf.in +++ b/src/daemon/daemon.conf.in @@ -70,7 +70,7 @@ ; rlimit-msgqueue = -1 ; rlimit-nice = 31 ; rlimit-rtprio = 9 -; rlimit-rtttime = 1000000 +; rlimit-rttime = 1000000 ; default-sample-format = s16le ; default-sample-rate = 44100 |