summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cocagne <devnull@localhost>2011-04-01 15:08:42 -0400
committerTom Cocagne <devnull@localhost>2011-04-01 15:08:42 -0400
commit69ae351b02e6c0176095ad81744d09226964c8b0 (patch)
tree5892a3ead317057ed0ab55321e8835e9fbf9613a
parent6c4c598ed61208ff87d3875eae8083d645f6f653 (diff)
minor fixup for awkward sentence
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 422bb98..c952d9a 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ applications use verification keys derived from each user's password
to determine the authenticity of a network connection.
SRP provides mutual-authentication in that successful authentication
-requires that both sides of the connection must have knowledge of the
+requires both sides of the connection to have knowledge of the
user's password. If the client side lacks the user's password or the
server side lacks the proper verification key, the authentication will
fail.