aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-11-11 05:52:53 +0000
committerSam James <sam@gentoo.org>2023-11-11 07:24:02 +0000
commitf511b5a1f55df1cd7b322d50ce0f0c5a4e24d81c (patch)
tree38debcdce9e6f68b394f71d9261e2a4ecba76a52 /misc
parentdoc: fix typos (diff)
downloadportage-f511b5a1f55df1cd7b322d50ce0f0c5a4e24d81c.tar.gz
portage-f511b5a1f55df1cd7b322d50ce0f0c5a4e24d81c.tar.bz2
portage-f511b5a1f55df1cd7b322d50ce0f0c5a4e24d81c.zip
misc/emerge-delta-webrsync: fix typos
Thanks to codespell. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/emerge-delta-webrsync4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/emerge-delta-webrsync b/misc/emerge-delta-webrsync
index 12930a0a6..49c8f606e 100755
--- a/misc/emerge-delta-webrsync
+++ b/misc/emerge-delta-webrsync
@@ -501,7 +501,7 @@ check_file_signature() {
if [[ ${r} != 0 ]] ; then
eerror "Error occurred in check_file_signature: ${r}. Aborting."
- die "Verification error occured."
+ die "Verification error occurred."
fi
else
r=0
@@ -990,7 +990,7 @@ if ! verify_md5_file "${TMPDIR}/portage-${final_date}.tar.bz2" "${DISTDIR}/porta
exit 5
fi
# hokay. md5 doesn't agree with umd5. bzip2 issue in effect.
- echo "compressed md5 differs, but uncompressed md5 says it right. bzip2 version incompatability in other words"
+ echo "compressed md5 differs, but uncompressed md5 says it right. bzip2 version incompatibility in other words"
echo "saving the md5"
if type -p md5sum &> /dev/null; then
md5sum "${TMPDIR}/portage-${final_date}.tar.bz2" | sed -e "s:${TMPDIR}/\?::" > \