summaryrefslogtreecommitdiffstats
path: root/server/snd_worker.c
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-19 23:34:08 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-05-02 11:24:44 +0200
commit2f187d5a71341747a076bf0e1addc3462572c466 (patch)
tree85c8881a88cdd7c9a2fecf6ee58f9fd1c1f4674f /server/snd_worker.c
parent8a1ceb65faedb182d4e274833d72d0862a46a876 (diff)
downloadspice-2f187d5a71341747a076bf0e1addc3462572c466.tar.gz
spice-2f187d5a71341747a076bf0e1addc3462572c466.tar.xz
spice-2f187d5a71341747a076bf0e1addc3462572c466.zip
server: s/desable/disable
This fixes a typo in some function names, there should be no functional change.
Diffstat (limited to 'server/snd_worker.c')
-rw-r--r--server/snd_worker.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/snd_worker.c b/server/snd_worker.c
index 9ecd3825..c8e9d12f 100644
--- a/server/snd_worker.c
+++ b/server/snd_worker.c
@@ -829,7 +829,7 @@ __visible__ void spice_server_playback_start(SpicePlaybackInstance *sin)
if (!channel)
return;
ASSERT(!playback_channel->base.active);
- reds_desable_mm_timer();
+ reds_disable_mm_timer();
playback_channel->base.active = TRUE;
if (!playback_channel->base.client_active) {
snd_set_command(&playback_channel->base, SND_PLAYBACK_CTRL_MASK);
@@ -917,7 +917,7 @@ static void on_new_playback_channel(SndWorker *worker)
snd_set_command((SndChannel *)playback_channel, SND_PLAYBACK_CTRL_MASK);
}
if (playback_channel->base.active) {
- reds_desable_mm_timer();
+ reds_disable_mm_timer();
}
}