Add typos check to Makefile (#20051)

This commit is contained in:
Anis Eleuch
2024-07-08 22:39:49 +01:00
committed by GitHub
parent cf371da346
commit b433bf14ba
3 changed files with 3 additions and 2 deletions

View File

@@ -199,7 +199,7 @@ func fwdStatusToAPIError(resp *http.Response) *APIError {
return nil
}
// GetObjectLamdbaHandler - GET Object with transformed data via lambda functions
// GetObjectLambdaHandler - GET Object with transformed data via lambda functions
// ----------
// This implementation of the GET operation applies lambda functions and returns the
// response generated via the lambda functions. To use this API, you must have READ access