From b7c07cc254b26048d90dc8a11a6f5ab676b076e7 Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Mon, 9 Dec 2024 17:57:48 +0100 Subject: [PATCH] Correct comment --- src/midifunctor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/midifunctor.cpp b/src/midifunctor.cpp index e4819ffefe..6cc697cf00 100644 --- a/src/midifunctor.cpp +++ b/src/midifunctor.cpp @@ -718,7 +718,7 @@ FunctorCode GenerateMIDIFunctor::VisitPedal(const Pedal *pedal) { if (!pedal->HasDir()) return FUNCTOR_CONTINUE; - // Check the functor flag - filters should always be there, but just in case we can the call + // Check the functor flag - filters should always be there, but just in case we change how it is calle if (!m_controlEvents || !this->GetFilters()) return FUNCTOR_CONTINUE; // Check if the pedal applies to the staff filtered