summaryrefslogtreecommitdiff
path: root/DEVELOPING.md
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-07-08 22:46:53 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-07-10 19:48:10 +0300
commitcaa3ce3cd0c310185034ba25c0f8464909fa54cb (patch)
treeee93e043240de8cf6451e76d21283a0af55c5322 /DEVELOPING.md
parent4e0453b11cf4780b06c73643ce31e6bc1809b7cf (diff)
downloadbmcweb-caa3ce3cd0c310185034ba25c0f8464909fa54cb.tar.xz
Codespell spelling fixes
These spelling errors were found using https://github.com/codespell-project/codespell Tested: Built and ran against validator. Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Change-Id: I214fe102550295578cfdf0fc58305897d261ce55
Diffstat (limited to 'DEVELOPING.md')
-rw-r--r--DEVELOPING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md
index b8a2a26a6d..8c7ceabb5c 100644
--- a/DEVELOPING.md
+++ b/DEVELOPING.md
@@ -219,7 +219,7 @@
## clang-tidy
clang-tidy is a tool that can be used to identify coding style violations, bad
-design patterns, and bug prone contructs. It's not guaranteed that all tests
+design patterns, and bug prone constructs. It's not guaranteed that all tests
pass, but ideally should be run on new code to find issues. To run, make sure
you have clang++-9 installed, and clang-tidy-9 installed, and run. the -checks
field can be modified to enable or disable which clang-tidy checks are run.