Skip to content

Commit d0d6ec6

Browse files
committed
spelling
1 parent 20ecbe2 commit d0d6ec6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/.wordlist.txt

+2
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,7 @@ nfds
933933
NitricOxideConcentrationMeasurement
934934
NitrogenDioxideConcentrationMeasurement
935935
nl
936+
nltest
936937
NLUnitTest
937938
NLUnitTests
938939
nmcli
@@ -1493,6 +1494,7 @@ utils
14931494
UUID
14941495
ux
14951496
validator
1497+
valgrind
14961498
vcom
14971499
VCP
14981500
Vectorcall

docs/testing/integration_test_utilities.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
There are several test utilities that can be used to simulate or force behavior
44
on devices for the purposes of testing.
55

6-
When using any of these utilties it is important to inject the errors at the
6+
When using any of these utilities it is important to inject the errors at the
77
point where they are running through the MOST code that they can.
88

99
If the cluster uses the [ClusterLogic](./unit_testing_clusters.md) pattern, this
@@ -53,8 +53,8 @@ To use NamedPipes
5353
- Derive from NamedPipeCommandDelegate
5454
- Implement the OnEventCommandReceived(const char \* json) function
5555
- Instantiate and start a NamedPipeCommands object to receive commands and
56-
pass in the NamedPipeCommandDelegate and a file path basename
57-
- (while running) Write to the file (basename_pid) to trigger the actions
56+
pass in the NamedPipeCommandDelegate and a file path base name
57+
- (while running) Write to the file (baseName_pid) to trigger the actions
5858

5959
For a good example, see Air Quality:
6060

0 commit comments

Comments
 (0)