From 14fdffeb5a7c85999a1d86d4ece2e86104027230 Mon Sep 17 00:00:00 2001 From: Shing Him Ng Date: Sat, 27 Jul 2024 16:29:09 -0500 Subject: [PATCH] Fix typo in primitives Cargo.toml --- primitives/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index b62901478..0a6d0e0c3 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -6,7 +6,7 @@ version = "0.100.0" authors = ["Andrew Poelstra "] 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"