summaryrefslogtreecommitdiff
path: root/doc/crypto/ERR_error_string.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/ERR_error_string.pod')
-rw-r--r--doc/crypto/ERR_error_string.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/ERR_error_string.pod b/doc/crypto/ERR_error_string.pod
index 3518033b5b..d09620e935 100644
--- a/doc/crypto/ERR_error_string.pod
+++ b/doc/crypto/ERR_error_string.pod
@@ -23,7 +23,7 @@ bytes long. If I<buf> is B<NULL>, the error string is placed in a
static buffer.
ERR_error_string_n() is a variant of ERR_error_string() that writes
at most I<len> characters (including the terminating 0)
-and truncates the resulting string if necessary.
+and truncates the string if necessary.
For ERR_error_string_n(), I<buf> may not be B<NULL>.
The string will have the following format: