Skip to content

Commit 6d0be87

Browse files
committed
docs: fix typo in generator point comment
1 parent 32b4b0e commit 6d0be87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var (
2626
Secp256k1_P = hexint("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F")
2727
Secp256k1_CurveOrder = hexint("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141")
2828

29-
// Secp256k1_GeneratorX and Secp256k1_GeneratorY descirbe the secp256k1
29+
// Secp256k1_GeneratorX and Secp256k1_GeneratorY describe the secp256k1
3030
// generator point, used for deriving public keys from private keys.
3131
Secp256k1_GeneratorX = hexint("79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798")
3232
Secp256k1_GeneratorY = hexint("483ADA7726A3C4655DA4FBFC0E1108A8FD17B448A68554199C47D08FFB10D4B8")

0 commit comments

Comments
 (0)