fix typo on CleanRemoteFilesProcessorService (#9171)

This commit is contained in:
heka 2022-11-14 06:53:50 +09:00 committed by GitHub
parent fb19456b61
commit 746fac0dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export class CleanRemoteFilesProcessorService {
job.progress(deletedCount / total);
}
this.logger.succ('All cahced remote files has been deleted.');
this.logger.succ('All cached remote files has been deleted.');
done();
}
}