mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
Fix typos (user facing and non-user facing) (#733)
Found via `codespell`
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
(defun char-remove (ch str)
|
||||
;;; Remove all occurances of character from string.
|
||||
;;; Remove all occurrences of character from string.
|
||||
(do ((out "")
|
||||
(i 0 (1+ i)))
|
||||
((= i (length str)) out)
|
||||
|
Reference in New Issue
Block a user