Skip to content

Commit

Permalink
Make spellchecker happy
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed May 31, 2023
1 parent 11466a4 commit 8bd4cf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ AXXXF
AYNJV
babaf
backend
backends
backticks
backtrace
BallastConfiguration
Expand Down
6 changes: 3 additions & 3 deletions src/tracing/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Matter tracing

This library provides a pluggabble tracing and logging infrastructure for matter
products.
This library provides a runtime-configurable tracing and logging
infrastructure for matter.

## Types of data

Expand Down Expand Up @@ -35,7 +35,7 @@ The data logging is generally limited in count and covers:
## Usage

Backends are defined by extending `chip::Tracing::Backend` in `backend.h` and
registering/unregistering it via functions in `registry.h`
registering it via functions in `registry.h`

Actual usage is controlled using `macros.h` (and for convenience `scope.h`
provides scoped begin/end invocations).
Expand Down

0 comments on commit 8bd4cf5

Please sign in to comment.