Skip to content

Commit bcf8d62

Browse files
authored
chore: update a couple spelling mistakes in comments (#733)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent f4d56ef commit bcf8d62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/tx-submission/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func handleRequestTxIds(
154154
req uint16,
155155
) ([]txsubmission.TxIdAndSize, error) {
156156
if sentTx {
157-
// Terrible syncronization hack for shutdown
157+
// Terrible synchronization hack for shutdown
158158
close(doneChan)
159159
time.Sleep(5 * time.Second)
160160
}

ledger/tx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"github.com/blinklabs-io/gouroboros/ledger/common"
2121
)
2222

23-
// Compatablity aliases
23+
// Compatiblity aliases
2424
type Transaction = common.Transaction
2525
type TransactionBody = common.TransactionBody
2626
type TransactionInput = common.TransactionInput

0 commit comments

Comments
 (0)