nicer manpages
[openssl.git] / doc / crypto / lhash.pod
index 75f82911a4e71fa2fea8f405314e551b6644539d..af2c9a7102d3c277a3266b529ae912a9ea2d9b29 100644 (file)
@@ -3,7 +3,7 @@
 =head1 NAME
 
 lh_new, lh_free, lh_insert, lh_delete, lh_retrieve, lh_doall,
-lh_doall_arg, lh_error - Dynamic hash table
+lh_doall_arg, lh_error - dynamic hash table
 
 =head1 SYNOPSIS
 
@@ -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