[style] fix spelling errors (#8939)

This commit is contained in:
Jonathan Hui
2023-04-11 22:39:35 -07:00
committed by GitHub
parent 0fc8ce95ea
commit 3d39d24a21
98 changed files with 268 additions and 259 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ void DuaManager::HandleDomainPrefixUpdate(BackboneRouter::Leader::DomainPrefixSt
switch (aState)
{
case BackboneRouter::Leader::kDomainPrefixUnchanged:
// In case removed for some reason e.g. the kDuaInvalid response from PBBR forcely
// In case removed for some reason e.g. the kDuaInvalid response from PBBR forcefully
VerifyOrExit(!Get<ThreadNetif>().HasUnicastAddress(GetDomainUnicastAddress()));
OT_FALL_THROUGH;