Skip to content

Commit

Permalink
Merge pull request #2098 from vuittont60/master
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
guggero authored Jan 9, 2024
2 parents a4df044 + 6ed54f3 commit 91cdf0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion btcec/schnorr/signature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func TestSchnorrVerify(t *testing.T) {

verify := err == nil
if test.verifyResult != verify {
t.Fatalf("test #%v: verificaiton mismatch: expected "+
t.Fatalf("test #%v: verification mismatch: expected "+
"%v, got %v", i, test.verifyResult, verify)
}

Expand Down
2 changes: 1 addition & 1 deletion btcutil/hdkeychain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ report.
- Obtaining the underlying EC pubkeys, EC privkeys, and associated bitcoin
addresses ties in seamlessly with existing btcec and btcutil types which
provide powerful tools for working with them to do things like sign
transations and generate payment scripts
transactions and generate payment scripts
- Uses the btcec package which is highly optimized for secp256k1
- Code examples including:
- Generating a cryptographically secure random seed and deriving a
Expand Down
2 changes: 1 addition & 1 deletion database/ffldb/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func TestPrune(t *testing.T) {
}

if pruned {
err = fmt.Errorf("The database hasn't been commited yet " +
err = fmt.Errorf("The database hasn't been committed yet " +
"but files were already deleted")
}
return err
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ and we prefer to keep the daemon itself as lightweight as possible.
access the database used by btcd and it will be locked if btcd is using it.
2. Note the path to the downloaded bootstrap.dat file.
3. Run the addblock utility with the `-i` argument pointing to the location of
boostrap.dat:
bootstrap.dat:

**Windows:**

Expand Down

0 comments on commit 91cdf0d

Please sign in to comment.