Skip to content

Fix typo in variable name #45894

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

Closed

Conversation

wonyongg
Copy link
Contributor

This PR fixes a minor typo in the variable name taskExectortaskExecutor in BatchAutoConfiguration.

The type of the field is TaskExecutor, so the corrected spelling improves naming consistency and avoids confusion when reading or searching the codebase.

A scan of the Spring Boot codebase suggests that this is the only occurrence of the Exector misspelling.

No functional changes.

Signed-off-by: wonyongg <111210881+wonyongg@users.noreply.github.com>
@wilkinsona wilkinsona added the type: task A general task label Jun 12, 2025
@wilkinsona wilkinsona added this to the 3.4.x milestone Jun 12, 2025
@mhalbritter mhalbritter changed the title Fix typo in variable name: taskExector → taskExecutor Fix typo in variable name Jun 12, 2025
@mhalbritter mhalbritter self-assigned this Jun 12, 2025
mhalbritter pushed a commit that referenced this pull request Jun 12, 2025
See gh-45894

Signed-off-by: wonyongg <111210881+wonyongg@users.noreply.github.com>
@mhalbritter
Copy link
Contributor

Thanks @wonyongg !

@mhalbritter mhalbritter modified the milestones: 3.4.x, 3.4.7 Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants