mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 07:29:29 +02:00
Fix typo in error message.
This commit is contained in:
parent
38c49d55a8
commit
d89ca6e457
@ -46,7 +46,7 @@
|
||||
|
||||
(cond
|
||||
((not (get '*TRACK* 'VIEW)) ; 'View is NIL during Preview
|
||||
(setf p-err (format nil "This effect requires a frequency selction in the~%~
|
||||
(setf p-err (format nil "This effect requires a frequency selection in the~%~
|
||||
'Spectrogram' or 'Spectrogram (log f)' track view.~%~%"))
|
||||
(catch 'debug-message
|
||||
(multichan-expand #'result *track*)))
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
(cond
|
||||
((not (get '*TRACK* 'VIEW)) ; 'View is NIL during Preview
|
||||
(setf p-err (format nil "This effect requires a frequency selction in the~%~
|
||||
(setf p-err (format nil "This effect requires a frequency selection in the~%~
|
||||
'Spectrogram' or 'Spectrogram (log f)' track view.~%~%"))
|
||||
(catch 'debug-message
|
||||
(multichan-expand #'result *track*)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user