Skip to content

Commit e55b831

Browse files
chore: spellcheck
1 parent 8d6d3dd commit e55b831

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

dictionary.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ cosmrs
233233
cosmwasm
234234
cosmwasmclient
235235
counterparty
236+
cover
237+
coverpkg
238+
coverprofile
236239
cpufeatures
237240
cratedir
238241
crisiskeeper

galoisd/galoisd.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
packages = {
44
galoisd-coverage =
55
pkgs.runCommand
6-
"galoids-coverage"
6+
"galoisd-coverage"
77
{ buildInputs = [ goPkgs.go ]; }
88
''
99
HOME="$(mktemp -d)"

galoisd/pkg/bls/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func NewBlsAPI(api frontend.API) (*BlsAPI, error) {
3232
// Trivial version (handling infinity points) would be this, at the expense of ~1.5M constraints:
3333
// aggregatedPublicKey = curveArithmetic.AddUnified(aggregatedPublicKey, curveArithmetic.Select(signed, publicKey, &G1Zero))
3434
/*
35-
# we start with G1Gen because we use a partial, cheap `+` that don't handle inifity point
35+
# we start with G1Gen because we use a partial, cheap `+` that don't handle infinity point
3636
aggPK = G1Gen
3737
for ...
3838
aggPK =

0 commit comments

Comments
 (0)