1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-12 17:43:37 +02:00

Fix typos (user facing and non-user facing) (#733)

Found via `codespell`
This commit is contained in:
luzpaz
2021-01-28 07:36:41 -05:00
committed by GitHub
parent e050b0ecbb
commit 98d3e91452
11 changed files with 19 additions and 19 deletions

View File

@@ -142,7 +142,7 @@
(ny:error "ALPASS" 4 '((POSITIVE) "min-hz") min-hz))
(setf max-delay (/ (float min-hz)))
; make sure delay is between 0 and max-delay
; use clip function, which is symetric, with an offset
; use clip function, which is symmetric, with an offset
(setf delay (snd-offset (clip (snd-offset delay (* max-delay -0.5))
(* max-delay 0.5))
(* max-delay 0.5)))