We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82f2f1 commit bb407feCopy full SHA for bb407fe
src/app/InteractionModelEngine.cpp
@@ -368,7 +368,7 @@ bool InteractionModelEngine::SubjectHasPersistedSubscription(FabricIndex aFabric
368
369
while (iterator->Next(subscriptionInfo))
370
{
371
- // 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
372
if (subscriptionInfo.mFabricIndex == aFabricIndex && subscriptionInfo.mNodeId == subjectID)
373
374
persistedSubMatches = true;
0 commit comments