From 88d3b7d9fd8e64a3bd681343ddcf1cfa3389125c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 10 Nov 2021 21:29:22 +0100 Subject: [PATCH] fix a typo --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e7744685..f143e742 100755 --- a/debian/rules +++ b/debian/rules @@ -54,7 +54,7 @@ include /usr/share/dpkg/buildflags.mk # We use a stage2 build. It means that a first clang is built using gcc, # a second clang is built with the first -# And the various compoments are built using the second clang. +# And the various components are built using the second clang. # See https://llvm.org/docs/AdvancedBuilds.html # collect additional flags for all stages all builds