aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-03-21 23:03:52 +0000
committerRichard Levitte <levitte@openssl.org>2004-03-21 23:03:52 +0000
commit9449e38504dea3e1500cd58f40c1b2b904ef843d (patch)
tree874eec2ddc51c4e06db9ac22f778aa149b509432
parentb8b0b5d8567c260bde005d7a0964c261f6be2752 (diff)
downloadopenssl-9449e38504dea3e1500cd58f40c1b2b904ef843d.tar.gz
Correct minor spelling error.
PR: 845
-rw-r--r--doc/crypto/pem.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/pem.pod b/doc/crypto/pem.pod
index 8613114452..4f9a27df0c 100644
--- a/doc/crypto/pem.pod
+++ b/doc/crypto/pem.pod
@@ -471,6 +471,6 @@ is guaranteed to work.
=head1 RETURN CODES
The read routines return either a pointer to the structure read or NULL
-is an error occurred.
+if an error occurred.
The write routines return 1 for success or 0 for failure.