Skip to content

Conversation

@bit2swaz
Copy link

@bit2swaz bit2swaz commented Jan 1, 2026

Description

This PR addresses minor spelling errors found in the crypto, cmd, core, and eth packages.

Changes

  • crypto/secp256k1/src/wycheproof: Corrected occurences -> occurrences in JSON test vectors.
  • crypto/secp256k1/libsecp256k1: Renamed C test function test_intialized_inf -> test_initialized_inf to fix typo.
  • cmd/clef: Corrected writeable -> writable in documentation.
  • core/types, eth/protocols, core/txpool: Removed duplicate "the" occurrences in comments.

Rationale

Small janitorial cleanup to improve code searchability and documentation accuracy.

Fixes #33507

Checklist

  • Code compiles
  • Tests pass (go test ./...)
This change fixes three specific typos:
- crypto: fix 'occurences' in wycheproof JSON vectors
- crypto: rename 'test_intialized_inf' to 'test_initialized_inf' in tests.c
- clef: fix 'writeable' to 'writable' in rules.md
@bit2swaz bit2swaz changed the title crypto, clef: fix various spelling errors Jan 1, 2026
@bit2swaz bit2swaz requested a review from rjl493456442 as a code owner January 1, 2026 01:08
@bit2swaz bit2swaz changed the title crypto, cmd: fix various spelling errors Jan 1, 2026
@Austindgkffg

This comment has been minimized.

Copy link

@Austindgkffg Austindgkffg left a comment

Choose a reason for hiding this comment

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

@Austindgkffg
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants