chore: fix typos

This commit is contained in:
Horror Proton
2023-01-28 11:30:18 +08:00
parent 4ade1c7a15
commit cc7fe180c6
4 changed files with 8 additions and 8 deletions

View File

@@ -61,5 +61,5 @@ bool asst::SSSDropRewardsTaskPlugin::_run()
}
}
return ProcessTask(*this, { "SSSDropRecruitmentConfrim" }).set_retry_times(5).run();
return ProcessTask(*this, { "SSSDropRecruitmentConfirm" }).set_retry_times(5).run();
}