aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2022-06-14 12:06:55 -0400
committerDave Wallace <dwallacelf@gmail.com>2022-06-14 12:10:12 -0400
commit15b13813bc251aca32b091bf753e41331e472595 (patch)
treea5bf12ee35a9f259572415092ee405e54990ea1f /Makefile
parentada7e4eeda818586229a33244c14cf9c0487d08c (diff)
docs: fix spelling errors
- also add docs-spell to checkstyle-all make target Type: fix Fixes: 5f6422db9 Change-Id: I8e9d7d17a03ee7b55f4e1785983459c43af267f7 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69d7a41e1de..96db6004e84 100644
--- a/Makefile
+++ b/Makefile
@@ -686,7 +686,7 @@ checkstyle-python:
@make -C test checkstyle-python-all
.PHONY: checkstyle-all
-checkstyle-all: checkstyle-commit checkstyle checkstyle-python
+checkstyle-all: checkstyle-commit checkstyle checkstyle-python docs-spell
.PHONY: fixstyle
fixstyle: