Skip to content

fix(iterative_verifier): correct 'occured' -> 'occurred' in error log messages#434

Closed
SAY-5 wants to merge 1 commit intoShopify:mainfrom
SAY-5:fix-iterative-verifier-occured-typo
Closed

fix(iterative_verifier): correct 'occured' -> 'occurred' in error log messages#434
SAY-5 wants to merge 1 commit intoShopify:mainfrom
SAY-5:fix-iterative-verifier-occured-typo

Conversation

@SAY-5
Copy link
Copy Markdown

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

Two zap log lines in iterative_verifier.go used occured instead of occurred:

  • line 377: error occured during table verification
  • line 480: error occured in reverification

Both messages are emitted by the table-verification routine and end up in production log output, so the spelling correction improves operator-facing telemetry. go build ./... stays clean against current main (go vet warnings on test/go/*_test.go are pre-existing and unrelated to this change).

… messages

Two zap log lines in iterative_verifier.go used 'occured' instead of
'occurred':

  - line 377: 'error occured during table verification'
  - line 480: 'error occured in reverification'

Both messages are emitted by the table-verification routine and end up
in production log output, so correcting the spelling improves
operator-facing telemetry. go build ./... stays clean (go vet warnings
are pre-existing and unrelated).
@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant