[pve-devel] [PATCH v8 common 1/2] tools: download_file_from_url: fix typo
Lorenz Stechauner
l.stechauner at proxmox.com
Tue Jun 15 16:08:34 CEST 2021
---
src/PVE/Tools.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/Tools.pm b/src/PVE/Tools.pm
index 8d6734d..c90810c 100644
--- a/src/PVE/Tools.pm
+++ b/src/PVE/Tools.pm
@@ -1908,7 +1908,7 @@ sub download_file_from_url {
if (lc($checksum_got) eq lc($checksum_expected)) {
print "OK, checksum verified\n";
} else {
- die "ERRROR, checksum mismatch: got '$checksum_got' != expect '$checksum_expected'\n";
+ die "ERROR, checksum mismatch: got '$checksum_got' != expect '$checksum_expected'\n";
}
}
--
2.20.1
More information about the pve-devel
mailing list