diff --git a/pkg/operator/operator/api.go b/pkg/operator/operator/api.go index 2f8fbe7594..147a1b2246 100644 --- a/pkg/operator/operator/api.go +++ b/pkg/operator/operator/api.go @@ -113,7 +113,7 @@ func RefreshAPI(apiName string, force bool) (string, error) { apiID := prevDeployment.Labels["apiID"] if apiID == "" { - return "", errors.New("unable to retreive api ID from deployment") // unexpected + return "", errors.New("unable to retrieve api ID from deployment") // unexpected } api, err := DownloadAPISpec(apiName, apiID)