Skip to content

Commit d1db63e

Browse files
authored
Merge pull request #764 from cristiantroy/main
Fix typos
2 parents b354a61 + cba4ed8 commit d1db63e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

address/book.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020

2121
var (
2222
// ErrAssetGroupUnknown is returned when the asset genesis is not known.
23-
// This means an address can't be created until a Universe boostrap or
23+
// This means an address can't be created until a Universe bootstrap or
2424
// manual issuance proof insertion.
2525
ErrAssetGroupUnknown = fmt.Errorf("asset group is unknown")
2626
)

tapdb/multiverse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ func (b *MultiverseStore) UpsertProofLeafBatch(ctx context.Context,
989989
return nil
990990
}
991991

992-
// DeleteUniverse delete an entire universe sub-tre.
992+
// DeleteUniverse delete an entire universe sub-tree.
993993
func (b *MultiverseStore) DeleteUniverse(ctx context.Context,
994994
id universe.Identifier) (string, error) {
995995

0 commit comments

Comments
 (0)