summaryrefslogtreecommitdiff
path: root/TESTING.md
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2024-01-03 00:16:50 +0300
committerEd Tanous <ed@tanous.net>2024-01-09 20:44:00 +0300
commit8ece0e457ee994e54c23ee7393fbce831d81a954 (patch)
treed673c8d7c744c2057a7250e4027e82249480c2fe /TESTING.md
parentf3cb5df94799e94df37f9e2e6c2fcc473e0cae4a (diff)
downloadbmcweb-8ece0e457ee994e54c23ee7393fbce831d81a954.tar.xz
Fix spelling mistakes
These were found with: codespell -w $(git ls-files | grep "\.[hc]\(pp\)\?$") At some point in the future, we might want to get this enabled in CI. Change-Id: Iccb57b2adfd06a2e177e99db2923fe4e8e329118 Signed-off-by: Ed Tanous <ed@tanous.net>
Diffstat (limited to 'TESTING.md')
-rw-r--r--TESTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TESTING.md b/TESTING.md
index e98e5f8ba0..5052d7bd0e 100644
--- a/TESTING.md
+++ b/TESTING.md
@@ -59,7 +59,7 @@ are the steps for using the SDK and QEMU.
commands would need to use 18080 to communicate.
- If running within a system that has read-only /usr/ filesystem, issue the
- following commands one time per QEMU boot to make the filesystem writeable
+ following commands one time per QEMU boot to make the filesystem writable
```sh
mkdir -p /var/persist/usr
@@ -123,7 +123,7 @@ $ python scripts/websocket_test.py --host 1.2.3.4:443 --ssl
### Redfish Validator
-Commiters are required to run the
+Committers are required to run the
[Redfish Validator](https://github.com/DMTF/Redfish-Service-Validator.git)
anytime they make a change to the GET behavior of the redfish tree. The test
must run on real hardware since the resource tree will be more complete.