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
commit7c0ecfeefead93e86e6533cdefd4a25c095c0357 (patch)
tree62d33ca4e350e47c9938ab2acd67eb81d6171fea /security/libmcrypt
parent3a582a8c4db11626b7da334ca1bca24398fbcc9f (diff)
downloadpkgsrc-7c0ecfeefead93e86e6533cdefd4a25c095c0357.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.