fix: Compressing typo

Signed-off-by: AtomHare <29772841+AtomHare@users.noreply.github.com>
This commit is contained in:
AtomHare 2024-03-16 12:44:55 +01:00 committed by GitHub
parent 3b0564f098
commit 853e4a13ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -463,7 +463,7 @@ auto ExportToZipTask::exportZip() -> ZipResult
auto absolute = file.absoluteFilePath();
auto relative = m_dir.relativeFilePath(absolute);
setStatus("Compresing: " + relative);
setStatus("Compressing: " + relative);
setProgress(m_progress + 1, m_progressTotal);
if (m_follow_symlinks) {
if (file.isSymLink())