Skip to content

Commit

Permalink
fix: fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xzchaoo committed Dec 14, 2023
1 parent 8c55a12 commit 676acec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/transfer/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (tm *TransferManager) loadState(stateStore *transfer.MemoryStateStore) erro
return err
}
if storeVersion != cast.ToString(stateVersion) {
return fmt.Errorf("old state has different version, version=%s repected=%s", cast.ToString(stateVersion), storeVersion)
return fmt.Errorf("old state has different version, version=%s epected=%s", cast.ToString(stateVersion), storeVersion)
}
}

Expand Down

0 comments on commit 676acec

Please sign in to comment.