aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/modrinth
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-06-30 23:50:13 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-07-01 17:03:12 -0700
commit98d6904e4a84836c1b9ec662b0b8a49d5282e27b (patch)
tree447c16c3cf99ad323160c096bcfc18141927a21d /launcher/modplatform/modrinth
parentd7d2d9f6123618273f753fd07263c807112031d2 (diff)
downloadPrismLauncher-98d6904e4a84836c1b9ec662b0b8a49d5282e27b.tar.gz
PrismLauncher-98d6904e4a84836c1b9ec662b0b8a49d5282e27b.tar.bz2
PrismLauncher-98d6904e4a84836c1b9ec662b0b8a49d5282e27b.zip
chore: fix propagate mispelling
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/modplatform/modrinth')
-rw-r--r--launcher/modplatform/modrinth/ModrinthInstanceCreationTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/modrinth/ModrinthInstanceCreationTask.cpp b/launcher/modplatform/modrinth/ModrinthInstanceCreationTask.cpp
index 76f07277..bd0b828c 100644
--- a/launcher/modplatform/modrinth/ModrinthInstanceCreationTask.cpp
+++ b/launcher/modplatform/modrinth/ModrinthInstanceCreationTask.cpp
@@ -267,7 +267,7 @@ bool ModrinthCreationTask::createInstance()
setDetails(tr("%1 out of %2 complete").arg(current).arg(total));
setProgress(current, total);
});
- connect(m_files_job.get(), &NetJob::stepProgress, this, &ModrinthCreationTask::propogateStepProgress);
+ connect(m_files_job.get(), &NetJob::stepProgress, this, &ModrinthCreationTask::propagateStepProgress);
setStatus(tr("Downloading mods..."));
m_files_job->start();