]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/ERR_put_error.pod
Fix some typos
[thirdparty/openssl.git] / doc / man3 / ERR_put_error.pod
index 437dd4233505788ad8ab855d0bee54e301419751..e3c19bfdf4cb8b2a166e5adeb59fd089080eb6e8 100644 (file)
@@ -23,9 +23,9 @@ Deprecated since OpenSSL 3.0:
 =head1 DESCRIPTION
 
 ERR_raise() adds a new error to the thread's error queue.  The
-error occured in the library B<lib> for the reason given by the
+error occurred in the library B<lib> for the reason given by the
 B<reason> code.  Furthermore, the name of the file, the line, and name
-of the function where the error occured is saved with the error
+of the function where the error occurred is saved with the error
 record.
 
 ERR_raise_data() does the same thing as ERR_raise(), but also lets the