Skip to content

Commit

Permalink
fix: typos (#1567)
Browse files Browse the repository at this point in the history
# Fix: Corrected typos in source and documentation files

## Changes
1. **Corrected typo in `mempool/cat/spec.md:78`**:
   - "reponse" corrected to "response".

2. **Corrected typo in `mempool/cat/spec.md:39`**:
   - "recieved" corrected to "received".

3. **Corrected typo in `rpc/client/mock/client.go:57`**:
   - "apporiate" corrected to "appropriate".

## Purpose
- Improved code and documentation accuracy by fixing typos.
  • Loading branch information
romashka-btc authored Dec 23, 2024
1 parent 0439f1d commit 5321620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/client/mock/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type Call struct {
Error error
}

// GetResponse will generate the apporiate response for us, when
// GetResponse will generate the appropriate response for us, when
// using the Call struct to configure a Mock handler.
//
// When configuring a response, if only one of Response or Error is
Expand Down

0 comments on commit 5321620

Please sign in to comment.