mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-12 19:16:31 +00:00
Fix various typos found by codespell (#3057)
By running the following command: codespell -S .git,*.png,*.jpg,*.woff,*.ttf,*.gif,*.ico -L \ iam,aks,ist,bridget,ue Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
This commit is contained in:
@@ -106,7 +106,7 @@ func (p *restartableProcess) reset() error {
|
||||
// Callers of resetLH *must* acquire the lock before calling it.
|
||||
func (p *restartableProcess) resetLH() error {
|
||||
if p.resetFailures > 10 {
|
||||
return errors.Errorf("unable to restart plugin process: execeeded maximum number of reset failures")
|
||||
return errors.Errorf("unable to restart plugin process: exceeded maximum number of reset failures")
|
||||
}
|
||||
|
||||
process, err := newProcess(p.command, p.logger, p.logLevel)
|
||||
|
||||
Reference in New Issue
Block a user