Skip to content

chore: fix spelling across comments, identifiers and query tags - #448

Open
NickJosevski wants to merge 1 commit into
mainfrom
chore/spelling-204
Open

chore: fix spelling across comments, identifiers and query tags#448
NickJosevski wants to merge 1 commit into
mainfrom
chore/spelling-204

Conversation

@NickJosevski

Copy link
Copy Markdown
Contributor

Replaces #204, which had gone stale and conflicting. Same corrections, rebased onto main, with @jsoref credited as co-author.

Mostly comments and local identifiers, but two are behaviour, not spelling:

pkg/machines/ssh_endpoint.go only renames a field on a local struct inside MarshalJSON; its json tag was already correct, so nothing changes on the wire.

Deliberately omitted from #204's set: pkg/machines/duration_formatter_test.go (fourtySevenHours). #435 rewrites that file, and touching it here would only create a conflict — worth picking up after that merges.

Verified go build, go vet, gofmt clean on every file touched, and api/spec.json still parses. The full pkg/... suite has the same failures before and after this change — all integration tests against a live instance, and the set varies between consecutive runs on main alone.

🤖 Generated with Claude Code

Rebases the corrections from #204 onto main. Two are behavioural rather
than cosmetic: the events query sent "interal" so the Internal filter
never reached the server, and ManualInterverventionApprove gains a
correctly spelled name while the misspelling stays as a deprecated alias.

Co-Authored-By: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@NickJosevski NickJosevski mentioned this pull request Aug 14, 2026
Comment thread pkg/.DS_Store

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem desirable

Comment thread test/.DS_Store

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem desirable

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.

2 participants