Found using codespell. --- HACKING | 2 +- README | 2 +- TODO | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HACKING b/HACKING index 5e07d91eacd2..84f67cf34a60 100644 --- a/HACKING +++ b/HACKING @@ -141,7 +141,7 @@ backtraces, compiler errors, etc. # git config format.subjectprefix "PATCH BlueZ" -7) Add a cover letter when introducing a new feature explaning what problem +7) Add a cover letter when introducing a new feature explaining what problem you're trying to solve: # git format-patch --cover-letter -M origin/master -o outgoing/ diff --git a/README b/README index 6c0777046545..c68f12de31d3 100644 --- a/README +++ b/README @@ -242,7 +242,7 @@ For a working system, certain configuration options need to be enabled: Enable deprecated tools - By defauld all tools that are no longer maintained are + By default all tools that are no longer maintained are disabled. This option can be used to enable them. It is not recommended to enable this option for production diff --git a/TODO b/TODO index c9b30641d141..f816e8153f64 100644 --- a/TODO +++ b/TODO @@ -107,7 +107,7 @@ ATT/GATT (new shared stack) - Add complete GATT test coverage in unit/test-gatt following the GATT test spec. This could use shared/gatt-client and shared/gatt-server at the same - time to test both against eachother. We should definitely have tests for + time to test both against each other. We should definitely have tests for gatt-server and gatt-client simultaneously on one side of the connection. Priority: High @@ -212,7 +212,7 @@ Mesh Complexity: C4 - Merge common functionality from tools/mesh. Ideally, source code from the - tools/mesh directory should completely dissapear. + tools/mesh directory should completely disappear. Priority: Low Complexity: C2 -- 2.50.0