Skip to content

Commit 233defd

Browse files
authored
Merge pull request #255 from raziel-/fix-absorbtion-typo
JANITORIAL: Fix absorbtion typo in reverb.c
2 parents 7df9c72 + 1973ffc commit 233defd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reverb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void _WM_reset_reverb(struct _rvb *rvb) {
6565
6666
Sounds come from the speakers to all points and to the listener.
6767
Sound comes from the reflective points to the listener.
68-
These sounds are combined, put through a filter that mimics surface absorbtion.
68+
These sounds are combined, put through a filter that mimics surface absorption.
6969
The combined sounds are also sent to the reflective points on the opposite side.
7070
7171
*/

0 commit comments

Comments
 (0)