]> git.lizzy.rs Git - PAKEs.git/commitdiff
Fix a typo (#2)
authorquininer <quininer@live.com>
Wed, 1 Nov 2017 08:13:41 +0000 (16:13 +0800)
committerArtyom Pavlov <newpavlov@gmail.com>
Wed, 1 Nov 2017 08:13:41 +0000 (11:13 +0300)
srp/src/groups.rs
srp/src/lib.rs

index 246134e200bebf92fad5ef830f851668a66bf11b..fbdeffb893cb9e1b01521145eca3cdfcff8120bc 100644 (file)
@@ -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;
 
index 9dfffeea72ac029dfb00b0154873a7ae1704ea4d..03c6bc32fdab9486b44fbac11916b85c55ccdad7 100644 (file)
@@ -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`: