From: acid-bit Date: Wed, 14 Sep 2022 10:49:20 +0000 (+0100) Subject: Fix typo in comment in Cargo.toml X-Git-Tag: v0.0.112~38^2 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=65d3bc27d91cee5d667006d5facbbee17339fe9b;p=rust-lightning Fix typo in comment in Cargo.toml --- diff --git a/Cargo.toml b/Cargo.toml index f263dc8ec..89b92a8c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ exclude = [ "no-std-check", ] -# Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it. +# Our tests do actual crypto and lots of work, the tradeoff for -O1 is well worth it. # Ideally we would only do this in profile.test, but profile.test only applies to # the test binary, not dependencies, which means most of the critical code still # gets compiled as -O0. See