diff options
Diffstat (limited to 'Modules/md5module.c')
-rw-r--r-- | Modules/md5module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/md5module.c b/Modules/md5module.c index 545df2b..e3d5804 100644 --- a/Modules/md5module.c +++ b/Modules/md5module.c @@ -145,7 +145,7 @@ algorithm (see also Internet RFC 1321). Its use is quite\n\ straightforward: use the new() to create an md5 object. You can now\n\ feed this object with arbitrary strings using the update() method, and\n\ at any point you can ask it for the digest (a strong kind of 128-bit\n\ -checksum, a.k.a. ``fingerprint'') of the contatenation of the strings\n\ +checksum, a.k.a. ``fingerprint'') of the concatenation of the strings\n\ fed to it so far using the digest() method.\n\ \n\ Functions:\n\ |