Skip to content

Commit e11392b

Browse files
authored
fix: spelling mistake in comments (#728)
1 parent e4fbf10 commit e11392b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

ledger/allegra.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package ledger
1616

1717
import "github.com/blinklabs-io/gouroboros/ledger/allegra"
1818

19-
// The below are compatability types, constants, and functions for the Allegra era
19+
// The below are compatibility types, constants, and functions for the Allegra era
2020
// to keep existing code working after a refactor of the ledger package
2121

2222
// Allegra types

ledger/alonzo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package ledger
1616

1717
import "github.com/blinklabs-io/gouroboros/ledger/alonzo"
1818

19-
// The below are compatability types, constants, and functions for the Alonzo era
19+
// The below are compatibility types, constants, and functions for the Alonzo era
2020
// to keep existing code working after a refactor of the ledger package
2121

2222
// Alonzo types

ledger/babbage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package ledger
1616

1717
import "github.com/blinklabs-io/gouroboros/ledger/babbage"
1818

19-
// The below are compatability types, constants, and functions for the Babbage era
19+
// The below are compatibility types, constants, and functions for the Babbage era
2020
// to keep existing code working after a refactor of the ledger package
2121

2222
// Babbage types

ledger/byron.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package ledger
1616

1717
import "github.com/blinklabs-io/gouroboros/ledger/byron"
1818

19-
// The below are compatability types, constants, and functions for the Byron era
19+
// The below are compatibility types, constants, and functions for the Byron era
2020
// to keep existing code working after a refactor of the ledger package
2121

2222
// Byron types

ledger/compat.go

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

21-
// The below are compatability types and functions to keep existing code working
21+
// The below are compatibility types and functions to keep existing code working
2222
// after a refactor of the ledger package
2323

2424
// Hash types

ledger/conway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package ledger
1616

1717
import "github.com/blinklabs-io/gouroboros/ledger/conway"
1818

19-
// The below are compatability types, constants, and functions for the Conway era
19+
// The below are compatibility types, constants, and functions for the Conway era
2020
// to keep existing code working after a refactor of the ledger package
2121

2222
// Conway types

ledger/mary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package ledger
1616

1717
import "github.com/blinklabs-io/gouroboros/ledger/mary"
1818

19-
// The below are compatability types, constants, and functions for the Mary era
19+
// The below are compatibility types, constants, and functions for the Mary era
2020
// to keep existing code working after a refactor of the ledger package
2121

2222
// Mary types

ledger/shelley.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package ledger
1616

1717
import "github.com/blinklabs-io/gouroboros/ledger/shelley"
1818

19-
// The below are compatability types, constants, and functions for the Shelley era
19+
// The below are compatibility types, constants, and functions for the Shelley era
2020
// to keep existing code working after a refactor of the ledger package
2121

2222
// Shelley types

0 commit comments

Comments
 (0)