summaryrefslogtreecommitdiff
path: root/security/libmcrypt
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2003-08-30 02:14:19 +0000
committerreed <reed@pkgsrc.org>2003-08-30 02:14:19 +0000
commite2336bb021a1006213bb88551278cfff96155df2 (patch)
tree62d33ca4e350e47c9938ab2acd67eb81d6171fea /security/libmcrypt
parent0d796dd5484eb14f2b2dc58120ed35e9dd9e1378 (diff)
downloadpkgsrc-e2336bb021a1006213bb88551278cfff96155df2.tar.gz
"It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
Diffstat (limited to 'security/libmcrypt')
-rw-r--r--security/libmcrypt/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libmcrypt/DESCR b/security/libmcrypt/DESCR
index d2f01ea8605..e46ecb18f67 100644
--- a/security/libmcrypt/DESCR
+++ b/security/libmcrypt/DESCR
@@ -6,7 +6,7 @@ seems to work pretty good. Unlike most encryption libraries
libmcrypt does not have everything (random number generators,
hashes, hmac implementation, key exchange, public key encryption
etc.). Libmcrypt only implements an interface to access block and
-stream encryption algorithms. It's purpose was to assist in the
+stream encryption algorithms. Its purpose was to assist in the
development of mcrypt by providing a uniform interface to access
several different encryption algorithms, so that the main program
is independent of the encryption algorithms and the modes used.