]> git.lizzy.rs Git - PAKEs.git/commitdiff
Fix typo over -> other (#60)
authorSosthene-Guedon <51865119+Sosthene-Guedon@users.noreply.github.com>
Sat, 24 Jul 2021 21:15:53 +0000 (23:15 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Jul 2021 21:15:53 +0000 (14:15 -0700)
srp/src/lib.rs

index 4cb7a7a2b8ce1edd42dbfd55324c30f1ae000955..2d0240093cce69765ae7bf98d80b6395f0983779 100644 (file)
@@ -7,7 +7,7 @@
 //! algorithm for private key computation instead of method described in the
 //! SRP literature.
 //!
-//! Compatibility with over implementations was not yet tested.
+//! Compatibility with other implementations was not yet tested.
 //!
 //! # Usage
 //! Add `srp` dependency to your `Cargo.toml`: