From 9c4a7a7276e7842cea91c533c1a1259f69d4294a Mon Sep 17 00:00:00 2001 From: quininer Date: Wed, 1 Nov 2017 16:13:41 +0800 Subject: [PATCH] Fix a typo (#2) --- srp/src/groups.rs | 2 +- srp/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srp/src/groups.rs b/srp/src/groups.rs index 246134e..fbdeffb 100644 --- a/srp/src/groups.rs +++ b/srp/src/groups.rs @@ -2,7 +2,7 @@ //! //! It is strongly recommended to use them instead of custom generated //! groups. Additionally it is not recommended to use `G_1024` and `G_1536`, -//! they are provided only for compatability with the legacy software. +//! they are provided only for compatibility with the legacy software. use types::SrpGroup; use num::BigUint; diff --git a/srp/src/lib.rs b/srp/src/lib.rs index 9dfffee..03c6bc3 100644 --- a/srp/src/lib.rs +++ b/srp/src/lib.rs @@ -7,7 +7,7 @@ //! algorithm for private key computation instead of method described in the //! SRP literature. //! -//! Compatability with over implementations was not yet tested. +//! Compatibility with over implementations was not yet tested. //! //! # Usage //! Add `srp` dependecy to your `Cargo.toml`: -- 2.44.0