diff --git a/ledger/allegra.go b/ledger/allegra.go index 57b15923..141ad1ee 100644 --- a/ledger/allegra.go +++ b/ledger/allegra.go @@ -16,7 +16,7 @@ package ledger import "github.com/blinklabs-io/gouroboros/ledger/allegra" -// The below are compatability types, constants, and functions for the Allegra era +// The below are compatibility types, constants, and functions for the Allegra era // to keep existing code working after a refactor of the ledger package // Allegra types diff --git a/ledger/alonzo.go b/ledger/alonzo.go index 55fa6b8a..6a06f1bb 100644 --- a/ledger/alonzo.go +++ b/ledger/alonzo.go @@ -16,7 +16,7 @@ package ledger import "github.com/blinklabs-io/gouroboros/ledger/alonzo" -// The below are compatability types, constants, and functions for the Alonzo era +// The below are compatibility types, constants, and functions for the Alonzo era // to keep existing code working after a refactor of the ledger package // Alonzo types diff --git a/ledger/babbage.go b/ledger/babbage.go index c351f974..8cb57bf4 100644 --- a/ledger/babbage.go +++ b/ledger/babbage.go @@ -16,7 +16,7 @@ package ledger import "github.com/blinklabs-io/gouroboros/ledger/babbage" -// The below are compatability types, constants, and functions for the Babbage era +// The below are compatibility types, constants, and functions for the Babbage era // to keep existing code working after a refactor of the ledger package // Babbage types diff --git a/ledger/byron.go b/ledger/byron.go index 0e4bbf5d..35095511 100644 --- a/ledger/byron.go +++ b/ledger/byron.go @@ -16,7 +16,7 @@ package ledger import "github.com/blinklabs-io/gouroboros/ledger/byron" -// The below are compatability types, constants, and functions for the Byron era +// The below are compatibility types, constants, and functions for the Byron era // to keep existing code working after a refactor of the ledger package // Byron types diff --git a/ledger/compat.go b/ledger/compat.go index 4bd66db0..0253c982 100644 --- a/ledger/compat.go +++ b/ledger/compat.go @@ -18,7 +18,7 @@ import ( "github.com/blinklabs-io/gouroboros/ledger/common" ) -// The below are compatability types and functions to keep existing code working +// The below are compatibility types and functions to keep existing code working // after a refactor of the ledger package // Hash types diff --git a/ledger/conway.go b/ledger/conway.go index a3913857..61d94354 100644 --- a/ledger/conway.go +++ b/ledger/conway.go @@ -16,7 +16,7 @@ package ledger import "github.com/blinklabs-io/gouroboros/ledger/conway" -// The below are compatability types, constants, and functions for the Conway era +// The below are compatibility types, constants, and functions for the Conway era // to keep existing code working after a refactor of the ledger package // Conway types diff --git a/ledger/mary.go b/ledger/mary.go index 36e50c8d..bed9476a 100644 --- a/ledger/mary.go +++ b/ledger/mary.go @@ -16,7 +16,7 @@ package ledger import "github.com/blinklabs-io/gouroboros/ledger/mary" -// The below are compatability types, constants, and functions for the Mary era +// The below are compatibility types, constants, and functions for the Mary era // to keep existing code working after a refactor of the ledger package // Mary types diff --git a/ledger/shelley.go b/ledger/shelley.go index 30e99770..c9957d71 100644 --- a/ledger/shelley.go +++ b/ledger/shelley.go @@ -16,7 +16,7 @@ package ledger import "github.com/blinklabs-io/gouroboros/ledger/shelley" -// The below are compatability types, constants, and functions for the Shelley era +// The below are compatibility types, constants, and functions for the Shelley era // to keep existing code working after a refactor of the ledger package // Shelley types