summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-04-06 15:43:10 +0200
committerAndreas Schneider <asn@cryptomilk.org>2023-04-11 09:06:35 +0000
commit9580d66b1497cd2b3a33df05ee091f5a7a20b480 (patch)
tree515accf92da80c4c72e30b0aa8a42928a72a572c /Makefile
parent0cd66fe6bd4ac2aa0b302ddf3eb5068fc9c522ec (diff)
downloadsamba-9580d66b1497cd2b3a33df05ee091f5a7a20b480.tar.gz
Makefile: Fix spelling
Best reviewed with: `git show --word-diff`. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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