We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
In the object_store/gcp folder, few of the files contain some minor typos.
To Reproduce
Search in the following files the respective terms:
object_store/gcp/builder.rs
signing_cedentials
signing_credentials
object_store/gcp/client.rs
repsonse
response
object_store/gcp/credentials.rs
methond
method
canaonical_headers
canonical_headers
caninical_request
canonical_request
Expected behavior
The code works smoothly as expected, it is just written incorrectly on a grammar level.
Additional context
I just opened a PR to fix these small typos. I created the issue for clarity as requested in the PR template.
The text was updated successfully, but these errors were encountered:
Maybe we can introduce typos in CI.
typos
Sorry, something went wrong.
label_issue.py automatically added labels {'object-store'} from #5629
label_issue.py
Successfully merging a pull request may close this issue.
Describe the bug
In the object_store/gcp folder, few of the files contain some minor typos.
To Reproduce
Search in the following files the respective terms:
object_store/gcp/builder.rs
:signing_cedentials
(it should besigning_credentials
);object_store/gcp/client.rs
:repsonse
(it should beresponse
);object_store/gcp/credentials.rs
:methond
(it should bemethod
),canaonical_headers
(it should becanonical_headers
),caninical_request
(it should becanonical_request
)Expected behavior
The code works smoothly as expected, it is just written incorrectly on a grammar level.
Additional context
I just opened a PR to fix these small typos. I created the issue for clarity as requested in the PR template.
The text was updated successfully, but these errors were encountered: