terrible horrible typo (#4597)

This commit is contained in:
Matthew Kennedy 2022-09-20 09:39:16 -07:00 committed by GitHub
parent 36d9eb4164
commit 556769b181
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ public:
);
bool someSortOfTriggerError() const {
return !m_timeSinceDecodeError.getElapsedSeconds(1);
return !m_timeSinceDecodeError.hasElapsedSec(1);
}
protected: