summaryrefslogtreecommitdiff
path: root/libs/backends
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-09-11 09:23:43 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-09-11 09:23:43 -0400
commitec06f2c49f1986493b5b9b6b684d00037c373f4f (patch)
tree77d0759f236a6205714fc09ead56300218423356 /libs/backends
parent6048d2cd2319976c039843e3981013e42350dc3a (diff)
spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmölnig
Diffstat (limited to 'libs/backends')
-rw-r--r--libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.cpp b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.cpp
index 138810f55f..ecd1b05698 100644
--- a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.cpp
+++ b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.cpp
@@ -213,7 +213,7 @@ int WCMRAudioDevice::CurrentBufferSize ()
//
//! Device's block size we use for holding the audio samples.
//! Usually this is equal to the buffer size, but in some cases the buffer size holds additional
-//! data other then the audio buffers, like frames info in SG, so it can be overriden
+//! data other then the audio buffers, like frames info in SG, so it can be overridden
//!
//! \param none
//!