Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Jan 30, 2024
1 parent 493218f commit c2bf5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/icd/ICDManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ void ICDManager::SendCheckInMsgs()
continue;
}

bool active = mSubManager->SubjectHasActiveSubcription(entry.fabricIndex, entry.monitoredSubject);
bool active = mSubManager->SubjectHasActiveSubscription(entry.fabricIndex, entry.monitoredSubject);
if (active)
{
continue;
Expand Down

0 comments on commit c2bf5f8

Please sign in to comment.