Fix minor spelling and punctuation errors (#13452)

This commit is contained in:
Eric Gao 2023-01-29 16:51:03 +08:00 committed by GitHub
parent ce34e21960
commit 385d781ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -42,6 +42,6 @@ jobs:
with:
message: |
Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
* In order for us to understand your request as soon as possible, please provide detailed informationversion or pictures.
* In order for us to understand your request as soon as possible, please provide detailed information, version or pictures.
* If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -56,7 +56,7 @@ public class FailoverService {
LOGGER.info("Master failover finished, masterServer: {}", serverHost);
break;
case WORKER:
LOGGER.info("Worker failover staring, workerServer: {}", serverHost);
LOGGER.info("Worker failover starting, workerServer: {}", serverHost);
workerFailoverService.failoverWorker(serverHost);
LOGGER.info("Worker failover finished, workerServer: {}", serverHost);
break;