terrible horrible typo (#4597)

This commit is contained in:
Matthew Kennedy 2022-09-20 09:39:16 -07:00 committed by GitHub
parent a9cc3223dc
commit 6dd933ea86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: