Typo in comment: paramater

This commit is contained in:
BrunoVernay 2021-10-30 22:24:16 +02:00
parent e3836e1162
commit e16ac4b036

View File

@ -407,7 +407,7 @@ PluginEqGui::run_impulse_analysis ()
/* run at most at session's block size chunks.
*
* This is important since VSTs may call audioMasterGetBlockSize
* or access various other /real/ session paramaters using the
* or access various other /real/ session parameters using the
* audioMasterCallback
*/
samplecnt_t block_size = ARDOUR_UI::instance()->the_session()->get_block_size();