Skip to content

Fix typos reported in issue #115#136

Open
ZayanKhan-12 wants to merge 1 commit into
Blizzard:masterfrom
ZayanKhan-12:fix-115-typos
Open

Fix typos reported in issue #115#136
ZayanKhan-12 wants to merge 1 commit into
Blizzard:masterfrom
ZayanKhan-12:fix-115-typos

Conversation

@ZayanKhan-12

Copy link
Copy Markdown

Fixes #115

Applies the typo fixes @timgates42 catalogued in #115 (the issue invited anyone to open the PR):

  • initalinitial in the NNet.Replay.SInitData comment across the generated protocol files — comment-only, no identifiers or data touched. Notably the typo also appears in protocol files added after the issue was filed (92 files total vs 74 in the issue), so the generator template presumably still carries it upstream.
  • hexidecimalhexadecimal, represpentationrepresentation, and prcess_eventprocess_event (comment; the function is named process_event) in s2protocol/s2_cli.py
  • matchngmatching in s2protocol/versions/__init__.py
  • completnesscompleteness in docs/events.rst

Verification

🤖 Generated with Claude Code

- inital -> initial in the SInitData comment in the generated protocol
  files (comment-only; the same typo also appears in files generated
  after the issue was filed, so the generator template presumably still
  carries it)
- hexidecimal -> hexadecimal, represpentation -> representation and
  prcess_event -> process_event (comment; the function is named
  process_event) in s2_cli.py
- matchng -> matching in versions/__init__.py
- completness -> completeness in docs/events.rst

Fixes Blizzard#115

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.

Proposing a PR to fix a few small typos

1 participant