fix: correct 'occured' typo in EBS volume error message

This commit is contained in:
Sai Asish Y 2026-05-10 18:13:16 -07:00
parent 32d4fd19f4
commit 95ff0d198c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ func (c *Cluster) syncVolumes() error {
} else {
err = c.syncUnderlyingEBSVolume()
if err != nil {
c.logger.Errorf("errors occured during EBS volume adjustments: %v", err)
c.logger.Errorf("errors occurred during EBS volume adjustments: %v", err)
}
}
}