mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-28 00:00:18 +01:00
Fix typos (user facing and non-user facing) (#733)
Found via `codespell`
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
(:hann (hann-window len))
|
||||
(:none nil)
|
||||
(:hamming (hamming-window len))
|
||||
(t (print "Warning: invalid window-type paramter: ~A~%" win-type)
|
||||
(t (print "Warning: invalid window-type parameter: ~A~%" win-type)
|
||||
(print " Using :HAMMING instead.~%")
|
||||
(hamming-window len))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user