cleanup: fix spellcheck errors

fixed spellcheck errors caught in
CI.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 304462c7cc)
This commit is contained in:
Madhu Rajanna
2023-11-08 12:40:38 +01:00
committed by Praveen M
parent e27e0522c0
commit 341da762ba
5 changed files with 10 additions and 10 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())