diff options
author | Ulf Möller <ulf@openssl.org> | 2000-02-03 23:23:24 +0000 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-02-03 23:23:24 +0000 |
commit | 657e60fa00ddde3618600d6306be913214d30457 (patch) | |
tree | 6ea080becb16ab3d808ec45064b17b7fedb745a2 /crypto/rc5 | |
parent | 9dbc41d7eed7d69da54dc81082794845c50ad482 (diff) | |
download | openssl-new-657e60fa00ddde3618600d6306be913214d30457.tar.gz |
ispell (and minor modifications)
Diffstat (limited to 'crypto/rc5')
-rw-r--r-- | crypto/rc5/rc5speed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc5/rc5speed.c b/crypto/rc5/rc5speed.c index c5636627f6..05f5e0fabe 100644 --- a/crypto/rc5/rc5speed.c +++ b/crypto/rc5/rc5speed.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 |