Skip to content

Commit 5ba1e13

Browse files
committed
fix misspell lint
1 parent f48982d commit 5ba1e13

File tree

1 file changed

+1
-1
lines changed
  • internal/controllers/storage

1 file changed

+1
-1
lines changed

internal/controllers/storage/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func (r *Reconciler) initializeBlobstorage(
123123
storage,
124124
corev1.EventTypeNormal,
125125
"InitializingStorage",
126-
fmt.Sprintf("Successfuly created Job %s", fmt.Sprintf(resources.InitJobNameFormat, storage.Name)),
126+
fmt.Sprintf("Successfully created Job %s", fmt.Sprintf(resources.InitJobNameFormat, storage.Name)),
127127
)
128128
return Stop, ctrl.Result{RequeueAfter: StorageInitializationRequeueDelay}, nil
129129
}

0 commit comments

Comments
 (0)