mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix various typos
Found via `codespell -q 3 -S *.po,./share/patchfiles,./libs -L ba,buss,busses,doubleclick,hsi,ontop,ro,seh,siz,sord,sur,te,trough,ue`
Follow-up to 364f2f078
This commit is contained in:
parent
a77ac7107f
commit
3d395585c1
51 changed files with 91 additions and 91 deletions
|
|
@ -692,7 +692,7 @@ RecorderUI::update_meters ()
|
|||
{
|
||||
PortManager::AudioInputPorts const aip (AudioEngine::instance ()->audio_input_ports ());
|
||||
|
||||
/* scope data needs to be read contiously */
|
||||
/* scope data needs to be read continuously */
|
||||
for (PortManager::AudioInputPorts::const_iterator i = aip.begin (); i != aip.end (); ++i) {
|
||||
InputPortMap::iterator im = _input_ports.find (i->first);
|
||||
if (im != _input_ports.end()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue