From: Matt Corallo Date: Mon, 3 Feb 2020 23:47:38 +0000 (-0500) Subject: Fix typo in lightning-net-tokio crate description. X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=c006b24f0258274d3ea0cda7fedca79dd27b1ce7;p=rust-lightning Fix typo in lightning-net-tokio crate description. --- diff --git a/lightning-net-tokio/Cargo.toml b/lightning-net-tokio/Cargo.toml index c915220d6..9c84b1353 100644 --- a/lightning-net-tokio/Cargo.toml +++ b/lightning-net-tokio/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" edition = "2018" description = """ Implementation of the rust-lightning network stack using Tokio. -For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes, this is a simple alternative to implementing the nerequired network stack, especially for those already using Tokio. +For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes, this is a simple alternative to implementing the required network stack, especially for those already using Tokio. """ [dependencies]