aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects
diff options
context:
space:
mode:
authorDirk Stolle <[email protected]>2023-07-05 01:48:52 +0200
committerGitHub <[email protected]>2023-07-04 23:48:52 +0000
commite6e6a1c003ec2d80b5b11f8479ad95a4826bff89 (patch)
treec16e3cc5843dae2ef709951fb06eb7f707197530 /alc/effects
parent3e1c6e4351e18a6c189afd08b63e44e81ed0ecf2 (diff)
Fix some typos (#872)
Diffstat (limited to 'alc/effects')
-rw-r--r--alc/effects/reverb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/effects/reverb.cpp b/alc/effects/reverb.cpp
index 3875bedb..330c404d 100644
--- a/alc/effects/reverb.cpp
+++ b/alc/effects/reverb.cpp
@@ -643,8 +643,8 @@ inline float CalcDelayLengthMult(float density)
*/
void ReverbState::allocLines(const float frequency)
{
- /* All delay line lengths are calculated to accomodate the full range of
- * lengths given their respective paramters.
+ /* All delay line lengths are calculated to accommodate the full range of
+ * lengths given their respective parameters.
*/
size_t totalSamples{0u};