diff options
author | Mark Murray <markm@FreeBSD.org> | 2000-04-16 16:03:07 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2000-04-16 16:03:07 +0000 |
commit | 07c567b8ec177822ff1b6e4929662b317ba137b5 (patch) | |
tree | 065a04e4c4ade3ac82a50c3260cdb7c68fdd614b /crypto/openssl/crypto/idea/idea_spd.c | |
parent | f579bf8ec7713035a231884db9958cdc4ff5d7cf (diff) | |
download | src-07c567b8ec177822ff1b6e4929662b317ba137b5.tar.gz src-07c567b8ec177822ff1b6e4929662b317ba137b5.zip |
Virgin import of OpenSSL v0.9.5a
Notes
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=59281
Diffstat (limited to 'crypto/openssl/crypto/idea/idea_spd.c')
-rw-r--r-- | crypto/openssl/crypto/idea/idea_spd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/idea/idea_spd.c b/crypto/openssl/crypto/idea/idea_spd.c index 5f79f93d6794..301946b19846 100644 --- a/crypto/openssl/crypto/idea/idea_spd.c +++ b/crypto/openssl/crypto/idea/idea_spd.c @@ -183,7 +183,7 @@ int main(int argc, char **argv) #endif #ifndef TIMES - printf("To get the most acurate results, try to run this\n"); + printf("To get the most accurate results, try to run this\n"); printf("program when this computer is idle.\n"); #endif |