Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RidRisR committed Sep 25, 2024
1 parent 6181b4f commit 3000264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/pingcap/v1alpha1/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3000264

Please sign in to comment.