From 300026433604a7b085e07f2a8054d7a7b2458f04 Mon Sep 17 00:00:00 2001 From: RidRisR <79858083+RidRisR@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:40:47 +0200 Subject: [PATCH] typo --- pkg/apis/pingcap/v1alpha1/backup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/pingcap/v1alpha1/backup.go b/pkg/apis/pingcap/v1alpha1/backup.go index 5c100b550e..ca60f977d7 100644 --- a/pkg/apis/pingcap/v1alpha1/backup.go +++ b/pkg/apis/pingcap/v1alpha1/backup.go @@ -353,7 +353,7 @@ func ParseLogBackupSubcommand(backup *Backup) LogSubCommandType { } // IsLogSubcommandAlreadySync return whether the log subcommand already sync. -// It only check start/stop/pause subcommand. Truncate subcommand need to check the `logTruncateUntil` seperately. +// It only check start/stop/pause subcommand. Truncate subcommand need to check the `logTruncateUntil` separately. func IsLogSubcommandAlreadySync(backup *Backup, subCommand LogSubCommandType) bool { switch subCommand { case LogStartCommand: