Makefile: Fix spelling
authorAndreas Schneider <asn@samba.org>
Thu, 6 Apr 2023 13:43:10 +0000 (15:43 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 11 Apr 2023 09:06:35 +0000 (09:06 +0000)
Best reviewed with: `git show --word-diff`.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Makefile

index ec571050a09ab8557a36ddb6cd36bdb5682fccd7..5308d745e498bedf9f7e9f46f5ff65301ebbfae3 100644 (file)
--- 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