1
0
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:
stevethefiddle@gmail.com 2015-01-17 13:04:48 +00:00
parent 38c49d55a8
commit d89ca6e457
2 changed files with 2 additions and 2 deletions

View File

@ -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*)))

View File

@ -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*)))