Skip to content
New issue

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

Spelling error in DefaultHttpExecutionStrategy #2242

Merged

Conversation

bondolo
Copy link
Contributor

@bondolo bondolo commented Jun 7, 2022

Motivation:
OFFLOADD_ALL_REQRESP_EVENT_STRATEGY is misspelled.
Modifications:
Change enum value to name to OFFLOAD_ALL_REQRESP_EVENT_STRATEGY. The
value is accessed only via builder using computation so there are no
direct references to the enum value.
Result:
Improved, consistent spelling

Motivation:
`OFFLOADD_ALL_REQRESP_EVENT_STRATEGY` is misspelled.
Modifications:
Change enum value to name to `OFFLOAD_ALL_REQRESP_EVENT_STRATEGY`. The
value is accessed only via builder using computation so there are no
direct references to the enum value.
Result:
Improved, consistent spelling
@bondolo bondolo added the bug Something isn't working label Jun 7, 2022
@bondolo bondolo self-assigned this Jun 7, 2022
@bondolo
Copy link
Contributor Author

bondolo commented Jun 7, 2022

Build error attributed to #1847

@bondolo bondolo merged commit 88bf117 into apple:main Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants