Skip to content

Commit

Permalink
Fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Jun 19, 2024
1 parent 7f92ab8 commit 64efc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activation/handler_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (h *HandlerV2) syntacticallyValidate(ctx context.Context, atx *wire.Activat
return errors.New("empty positioning atx")
}
if len(atx.Marriages) != 0 {
// Mariage ATX must contain a self-signed certificate.
// Marriage ATX must contain a self-signed certificate.
// It's identified by having ReferenceAtx == EmptyATXID.
idx := slices.IndexFunc(atx.Marriages, func(cert wire.MarriageCertificate) bool {
return cert.ReferenceAtx == types.EmptyATXID
Expand Down

0 comments on commit 64efc3b

Please sign in to comment.