From 8b0439960e4bf6bdd3c6cf6bc42be2a0f7ac2763 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Sun, 21 May 2017 17:52:28 -0400 Subject: [PATCH] Fix spelling in comment. --- src/sdl2/mixer/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl2/mixer/mod.rs b/src/sdl2/mixer/mod.rs index dd1de4cc..2ce319fb 100644 --- a/src/sdl2/mixer/mod.rs +++ b/src/sdl2/mixer/mod.rs @@ -104,7 +104,7 @@ pub const AUDIO_F32SYS: AudioFormat = ll::AUDIO_F32SYS; /// The suggested default is signed 16bit samples in host byte order. pub const DEFAULT_FORMAT: AudioFormat = ll::AUDIO_S16SYS; -/// Defualt channels: Stereo. +/// Default channels: Stereo. pub const DEFAULT_CHANNELS: i32 = 2; /// Good default sample rate in Hz (samples per second) for PC sound cards. pub const DEFAULT_FREQUENCY: i32 = 22050;