Fix typo in primitives Cargo.toml

This commit is contained in:
Shing Him Ng 2024-07-27 16:29:09 -05:00
parent 5f79ff0966
commit 14fdffeb5a
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"