Skip to content

Commit bb407fe

Browse files
fix typo
1 parent a82f2f1 commit bb407fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/InteractionModelEngine.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ bool InteractionModelEngine::SubjectHasPersistedSubscription(FabricIndex aFabric
368368

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

0 commit comments

Comments
 (0)