Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kcoul committed Mar 26, 2024
1 parent d5452a9 commit 50b3c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Source/ProcessorChain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ bool ProcessorChain::initPluginInstance(Processor* proc, const String& layout, S
if (proc->supportsDoublePrecisionProcessing()) {
prec = AudioProcessor::doublePrecision;
} else {
logln("host wants double precission but plugin '" << proc->getName() << "' does not support it");
logln("host wants double precision but plugin '" << proc->getName() << "' does not support it");
}
}
proc->setProcessingPrecision(prec);
Expand Down

0 comments on commit 50b3c5b

Please sign in to comment.