Merge rust-bitcoin/rust-bitcoin#3108: Fix typo in primitives Cargo.toml

14fdffeb5a Fix typo in primitives Cargo.toml (Shing Him Ng)

Pull request description:

  Closes #3090

ACKs for top commit:
  apoelstra:
    ACK 14fdffeb5a
  tcharding:
    ACK 14fdffeb5a
  Kixunil:
    ACK 14fdffeb5a

Tree-SHA512: 368095b956bbd11ef1c3610914f1950256b56479295f5abab9993ed96de580f0de122bbbe3a6b5cf995259bd931ce5d97599d1ac2684533bf104414bd8aa3386
This commit is contained in:
merge-script 2024-07-28 16:56:15 +00:00
commit 9868d9aaec
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ version = "0.100.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin"
description = "Primitive types used by the rust-bitcoin eccosystem"
description = "Primitive types used by the rust-bitcoin ecosystem"
categories = ["cryptography::cryptocurrencies"]
keywords = ["bitcoin", "types"]
readme = "README.md"