diff options
Diffstat (limited to 'srp/src/lib.rs')
-rw-r--r-- | srp/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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`: |