Skip to content

Commit 3956dbd

Browse files
howjmayospillinger
authored andcommitted
Fix typo (#765)
1 parent c0a89a2 commit 3956dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/operator/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func RefreshAPI(apiName string, force bool) (string, error) {
113113

114114
apiID := prevDeployment.Labels["apiID"]
115115
if apiID == "" {
116-
return "", errors.New("unable to retreive api ID from deployment") // unexpected
116+
return "", errors.New("unable to retrieve api ID from deployment") // unexpected
117117
}
118118

119119
api, err := DownloadAPISpec(apiName, apiID)

0 commit comments

Comments
 (0)