summaryrefslogtreecommitdiffstats
path: root/src/sources/v1
diff options
context:
space:
mode:
authorluzpaz <kunda@scribus.net>2017-12-31 08:20:30 -0500
committerluz paz <luzpaz@users.noreply.github.com>2018-04-06 08:59:46 -0400
commitc9791f01cab4682b124e0e0255efc1d44fad38ba (patch)
tree5bd82e76e94594b4b29780f003162ee7c8c824e5 /src/sources/v1
parent4ab51192dbff802742fda32642b8e996aa41d9c5 (diff)
Typo fixes
+ User facing typos + trivial source comment typos + superflous double whitespace issues + found redundant comment typo Found using `codespell -q 3 --skip="./build/wix/Localization,./res/translations,./lib" -I ../mixxx-whitelist.txt` where the contents of the whitelist were: ``` iff freee substract ```
Diffstat (limited to 'src/sources/v1')
-rw-r--r--src/sources/v1/legacyaudiosource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/v1/legacyaudiosource.h b/src/sources/v1/legacyaudiosource.h
index 9b9c94b802..80bd0ff756 100644
--- a/src/sources/v1/legacyaudiosource.h
+++ b/src/sources/v1/legacyaudiosource.h
@@ -22,7 +22,7 @@ class LegacyAudioSource {
// Fills the buffer with samples from each channel starting
// at the current frame seek position.
//
- // The implicit minimum required capacity of the sampleBuffer is
+ // The implicit minimum required capacity of the sampleBuffer is
// sampleBufferSize = frames2samples(numberOfFrames)
// Samples in the sampleBuffer are stored as consecutive sample
// frames with samples from each channel interleaved.