summaryrefslogtreecommitdiffstats
path: root/server/snd_worker.c
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-04-29 14:29:35 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2013-10-09 19:03:37 +0200
commitc9ea4538e25654865f15c5afd35b7f413890b615 (patch)
tree658e5acfe3b587f86f927f5955db55e328cdbfa3 /server/snd_worker.c
parentb634009bf048ba147c4479bed70e418edbb5b57f (diff)
downloadspice-c9ea4538e25654865f15c5afd35b7f413890b615.tar.gz
spice-c9ea4538e25654865f15c5afd35b7f413890b615.tar.xz
spice-c9ea4538e25654865f15c5afd35b7f413890b615.zip
Fix PlaybackeCommand typo
Diffstat (limited to 'server/snd_worker.c')
-rw-r--r--server/snd_worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/snd_worker.c b/server/snd_worker.c
index 5346d96b..9156bf5d 100644
--- a/server/snd_worker.c
+++ b/server/snd_worker.c
@@ -52,7 +52,7 @@
#define RECORD_SAMPLES_SIZE (SND_RECEIVE_BUF_SIZE >> 2)
-enum PlaybackeCommand {
+enum PlaybackCommand {
SND_PLAYBACK_MIGRATE,
SND_PLAYBACK_MODE,
SND_PLAYBACK_CTRL,