Update disk.sh

This commit is contained in:
Kroese 2025-05-27 00:49:32 +02:00 committed by GitHub
parent 6678fecb17
commit c4d7677701
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -320,7 +320,7 @@ convertDisk() {
msg="Conversion of $DISK_DESC"
html "$msg completed..."
info "$msg to $DST_FMT completed succesfully!"
info "$msg to $DST_FMT completed successfully!"
return 0
}