diff options
author | Sam James <sam@gentoo.org> | 2023-11-11 06:08:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-11 07:24:03 +0000 |
commit | d0f3d286971e42f7dd2e20ea4df8d3f54845c6f4 (patch) | |
tree | 0872b91ab345fd1333d439ec781113baeae3ae37 /bin | |
parent | portage: tests: fix typos (diff) | |
download | portage-d0f3d286971e42f7dd2e20ea4df8d3f54845c6f4.tar.gz portage-d0f3d286971e42f7dd2e20ea4df8d3f54845c6f4.tar.bz2 portage-d0f3d286971e42f7dd2e20ea4df8d3f54845c6f4.zip |
*/*: fix typos
Thanks to codespell.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/install-qa-check.d/05double-D | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install-qa-check.d/05double-D b/bin/install-qa-check.d/05double-D index 4b7737c0f..b05e9b931 100644 --- a/bin/install-qa-check.d/05double-D +++ b/bin/install-qa-check.d/05double-D @@ -1,4 +1,4 @@ -# Check for accidential install into ${D}/${D} +# Check for accidental install into ${D}/${D} DD_check() { if [[ -d ${D%/}${D} ]] ; then |