fix(json): correct 'occured' -> 'occurred' in ParseFile diagnostics#792
fix(json): correct 'occured' -> 'occurred' in ParseFile diagnostics#792SAY-5 wants to merge 1 commit intohashicorp:mainfrom
Conversation
json/public.go raised two diagnostics with 'an error occured while closing/reading it'. Both messages are surfaced in HCL diagnostic output to end users when ParseFile encounters a filesystem error. Replace with 'occurred'. go build ./... and go test ./json/ stay clean.
|
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes SAY-5 seems not to be a GitHub user. Have you signed the CLA already but the status is still pending? Recheck it. |
1 similar comment
|
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes SAY-5 seems not to be a GitHub user. Have you signed the CLA already but the status is still pending? Recheck it. |
|
Thanks for this submission. If you are interested in having this reviewed, please sign the CLA per #792 (comment). Note that we do not normally accept PRs that make small changes to text output or comments. However, I will leave this open as occasionally these do get picked up and accepted. Thanks again! |
|
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, #794, argo-cd reviewers). I should have caught this pattern sooner. Apologies for the noise. |
json/public.goraised two diagnostics with the wrong spelling:Both messages are surfaced in HCL diagnostic output to end users when
ParseFilehits a filesystem error. Replaceoccuredwithoccurred.go build ./...andgo test ./json/both pass against currentmain.