aboutsummaryrefslogtreecommitdiff
path: root/srp/src/groups.rs
diff options
context:
space:
mode:
authorquininer <quininer@live.com>2017-11-01 16:13:41 +0800
committerArtyom Pavlov <newpavlov@gmail.com>2017-11-01 11:13:41 +0300
commit9c4a7a7276e7842cea91c533c1a1259f69d4294a (patch)
tree9e43e1b4e60dd0f03c93d5022da354ee3e01d25d /srp/src/groups.rs
parentd4bd00cd5466cf2472c13868104c8c18741cf82d (diff)
downloadPAKEs-9c4a7a7276e7842cea91c533c1a1259f69d4294a.tar.xz
Fix a typo (#2)
Diffstat (limited to 'srp/src/groups.rs')
-rw-r--r--srp/src/groups.rs2
1 files changed, 1 insertions, 1 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;