docs: Fix typos in apps/

Found via codespell
This commit is contained in:
Luz Paz
2025-04-09 09:02:27 -04:00
parent 4dc3ca4c9a
commit a20cfc68ef
21 changed files with 38 additions and 38 deletions

View File

@@ -434,7 +434,7 @@ static const char *trunkstate2str(enum sla_trunk_state state)
S(SLA_TRUNK_STATE_ONHOLD)
S(SLA_TRUNK_STATE_ONHOLD_BYME)
}
return "Uknown State";
return "Unknown State";
#undef S
}