Corrected. It said before that ivec had to be initialised to zero,
[openssl.git] / doc / crypto / err.pod
index 6273a62e1567c684afa0c18255519378326b907d..b824c92b57c3172c1b42c3791bc5408e8f6d9ab0 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-err - Error codes
+err - error codes
 
 =head1 SYNOPSIS
 
@@ -91,7 +91,7 @@ for an appropriate function name, if none is found it just uses
 the capitalized form such as "SSL23_READ" in the above example.
 
 The trailing section of a reason code (after the "_R_") is translated
-into lower case and and underscores changed to spaces.
+into lower case and underscores changed to spaces.
 
 When you are using new function or reason codes, run B<make errors>.
 The necessary B<#define>s will then automatically be added to the