summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2021-06-06 16:01:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-06-11 11:14:02 +0200
commitcc3374d2a85fe26c2b5afedff1e402dc741920ed (patch)
tree6aa627b1fb780e93204e1661934efdf7707895b4
parentd93df30ca039207a49664c1d83d83a8efe06a3f9 (diff)
downloadptxdist-cc3374d2a85fe26c2b5afedff1e402dc741920ed.tar.gz
ptxdist-cc3374d2a85fe26c2b5afedff1e402dc741920ed.tar.xz
ptxd_make_world_lint_credits: fix typo
Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20210606140144.28444-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--scripts/lib/ptxd_make_world_lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_lint.sh b/scripts/lib/ptxd_make_world_lint.sh
index 410cb2747..06926e58d 100644
--- a/scripts/lib/ptxd_make_world_lint.sh
+++ b/scripts/lib/ptxd_make_world_lint.sh
@@ -185,7 +185,7 @@ PTXDIST_LINT_COMMANDS="${PTXDIST_LINT_COMMANDS} autogen"
ptxd_make_world_lint_credits() {
local filefd file
- echo "Checking for obsolte 'See CREDITS for details about who has contributed to this project.' comment ..."
+ echo "Checking for obsolete 'See CREDITS for details about who has contributed to this project.' comment ..."
exec {filefd}< <(ptxd_make_world_lint_makefiles)
while read file <&${filefd}; do