From 9adff97485cf3c8a70cff6aa44bc7076e5c3949b Mon Sep 17 00:00:00 2001 From: Sosthene-Guedon <51865119+Sosthene-Guedon@users.noreply.github.com> Date: Sat, 24 Jul 2021 23:15:53 +0200 Subject: Fix typo over -> other (#60) --- srp/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srp/src/lib.rs b/srp/src/lib.rs index 4cb7a7a..2d02400 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. //! -//! Compatibility with over implementations was not yet tested. +//! Compatibility with other implementations was not yet tested. //! //! # Usage //! Add `srp` dependency to your `Cargo.toml`: -- cgit v1.2.3