Silemo opened a new issue, #5628:
URL: https://github.com/apache/arrow-rs/issues/5628
**Describe the bug**
<!--
A clear and concise description of what the bug is.
-->
In the object_store/gcp folder, few of the files contain some minor typos.
**To Reproduce**
<!--
Steps to reproduce the behavior:
-->
Search in the following files the respective terms:
* `object_store/gcp/builder.rs` :
* `signing_cedentials` (it should be `signing_credentials`);
* `object_store/gcp/client.rs` :
* `repsonse` (it should be `response`);
* `object_store/gcp/credentials.rs` :
* `methond` (it should be `method` ),
* `canaonical_headers` (it should be `canonical_headers`),
* `caninical_request` (it should be `canonical_request`)
**Expected behavior**
<!--
A clear and concise description of what you expected to happen.
-->
The code works smoothly as expected, it is just written incorrectly on a
grammar level.
**Additional context**
<!--
Add any other context about the problem here.
-->
I just opened a PR to fix these small typos. I created the issue for clarity
as requested in the PR template.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]