Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Mar 18, 2024
1 parent a82f2f1 commit bb407fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/InteractionModelEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ bool InteractionModelEngine::SubjectHasPersistedSubscription(FabricIndex aFabric

while (iterator->Next(subscriptionInfo))
{
// TODO(#31873): Persistant subscription only stores the NodeID for now. We cannot check if the CAT matches
// TODO(#31873): Persistent subscription only stores the NodeID for now. We cannot check if the CAT matches
if (subscriptionInfo.mFabricIndex == aFabricIndex && subscriptionInfo.mNodeId == subjectID)
{
persistedSubMatches = true;
Expand Down

0 comments on commit bb407fe

Please sign in to comment.