We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7415e7 commit f0d78d0Copy full SHA for f0d78d0
src/app/clusters/thread-border-router-management-server/thread-br-delegate.h
@@ -71,7 +71,7 @@ class Delegate
71
72
virtual CHIP_ERROR GetDataset(Thread::OperationalDataset & dataset, DatasetType type) = 0;
73
74
- // The Delegate implement should back up the old active dataset at the begining of function if no backup already exists.
+ // The Delegate implementation should back up the old active dataset at the beginning of function if no backup already exists.
75
virtual CHIP_ERROR SetActiveDataset(const Thread::OperationalDataset & activeDataset, ActivateDatasetCallback * callback) = 0;
76
77
// The Delegate implement should remove the backup active dataset in this function.
0 commit comments