From 9580d66b1497cd2b3a33df05ee091f5a7a20b480 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 6 Apr 2023 15:43:10 +0200 Subject: [PATCH] Makefile: Fix spelling Best reviewed with: `git show --word-diff`. Signed-off-by: Andreas Schneider Reviewed-by: Joseph Sutton --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec571050a09..5308d745e49 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ bin/%: FORCE FORCE: # Having .NOTPARALLEL will force make to do target once at a time but still -j # will be present in the MAKEFLAGS that are in turn interpreted by WAF -# so only 1 waf at a time will be called but it will still be able to do parralel builds if +# so only 1 waf at a time will be called but it will still be able to do parallel builds if # instructed to do so .NOTPARALLEL: % .PHONY: FORCE everything testsuite check torture