commit: f511b5a1f55df1cd7b322d50ce0f0c5a4e24d81c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 05:52:53 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 07:24:02 2023 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f511b5a1
misc/emerge-delta-webrsync: fix typos
Thanks to codespell.
Signed-off-by: Sam James <sam <AT> gentoo.org>
misc/emerge-delta-webrsync | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/misc/emerge-delta-webrsync b/misc/emerge-delta-webrsync
index 12930a0a68..49c8f606e1 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}/\?::" > \