summaryrefslogtreecommitdiffstats
path: root/src/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.c')
-rw-r--r--src/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.c b/src/sound.c
index a968ecd2e0..6e949e85bc 100644
--- a/src/sound.c
+++ b/src/sound.c
@@ -17,7 +17,7 @@
static long sound_id = 0;
-// soundcb_T is typdef'ed in proto/sound.pro
+// soundcb_T is typedef'ed in proto/sound.pro
struct soundcb_S {
callback_T snd_callback;