summaryrefslogtreecommitdiffstats
path: root/doc/crypto
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-01 01:35:52 +0000
committerUlf Möller <ulf@openssl.org>2000-02-01 01:35:52 +0000
commitf5a8d67872fe2c58626a2423c3ec923f8c2a5d4a (patch)
tree856845a7f71c5c75fa982344f6e214c52f408814 /doc/crypto
parent89ec98e0cec73b14702de5669a669f32a10aa99d (diff)
spelling
Diffstat (limited to 'doc/crypto')
-rw-r--r--doc/crypto/lhash.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/lhash.pod b/doc/crypto/lhash.pod
index 75f82911a4..55e7493238 100644
--- a/doc/crypto/lhash.pod
+++ b/doc/crypto/lhash.pod
@@ -69,7 +69,7 @@ start. This will stop the hash table ever being decreased in size.
lh_doall_arg() is the same as lh_doall() except that B<func> will
be called with B<arg> as the second argument.
-lh_error() can be used to determine if an error occured in the last
+lh_error() can be used to determine if an error occurred in the last
operation. lh_error() is a macro.
=head1 RETURN VALUES