cleanup: fix spellcheck errors

fixed spellcheck errors caught in
CI.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2023-11-08 12:40:38 +01:00
committed by mergify[bot]
parent ba37ff73ac
commit 304462c7cc
6 changed files with 11 additions and 11 deletions

View File

@ -165,7 +165,7 @@ func (r *Driver) Run(conf *util.Config) {
r.cs.SetMetadata = conf.SetMetadata
}
// configre CSI-Addons server and components
// configure CSI-Addons server and components
err = r.setupCSIAddonsServer(conf)
if err != nil {
log.FatalLogMsg(err.Error())