Skip to content

Fix 'occured' -> 'occurred' typos in utils_windows error messages#4932

Closed
SAY-5 wants to merge 1 commit intoaws:devfrom
SAY-5:fix-utils-windows-occured-typo
Closed

Fix 'occured' -> 'occurred' typos in utils_windows error messages#4932
SAY-5 wants to merge 1 commit intoaws:devfrom
SAY-5:fix-utils-windows-occured-typo

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented Apr 15, 2026

Two errors.Errorf strings in agent/eni/networkutils/utils_windows.go (lines 177 and 194) read error occured while calling ConvertInterfaceAliasToLuid and error occured while calling GetIfEntry2Ex. Both surface as wrapped errors during Windows ENI bring-up failures, so the spelling reaches operators in agent logs. String-literal-only change.

Two errors.Errorf strings in agent/eni/networkutils/utils_windows.go
read 'error occured while calling ConvertInterfaceAliasToLuid' and
'error occured while calling GetIfEntry2Ex'. Both surface as wrapped
errors during Windows ENI bring-up failures, so the spelling reaches
operators in agent logs. String-literal-only change.
@SAY-5 SAY-5 requested a review from a team as a code owner April 15, 2026 17:14
@harishxr harishxr changed the base branch from master to dev April 21, 2026 21:26
@SAY-5
Copy link
Copy Markdown
Author

SAY-5 commented Apr 28, 2026

Closing — typo-only PR. Multiple maintainers across the OSS ecosystem have flagged my recent typo-sweep PRs as AI-generated spam (notably hashicorp/nomad#27855, hashicorp/hcl#794, argo-cd reviewers). I should have caught this pattern sooner. Apologies for the noise.

@SAY-5 SAY-5 closed this Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants