From 208b2d541dcb3b8f62639d2a8cc5771af4ba8755 Mon Sep 17 00:00:00 2001
From: Viktor Dukhovni <viktor@dukhovni.org>
Date: Wed, 23 Apr 2014 21:58:30 -0400
Subject: [PATCH] GH correct organizationalUnitName

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
---
 doc/apps/req.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index ae884a209b..3cbabb7c30 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -489,7 +489,7 @@ be input by calling it "1.organizationName".
 The actual permitted field names are any object identifier short or
 long names. These are compiled into OpenSSL and include the usual
 values such as commonName, countryName, localityName, organizationName,
-organizationUnitName, stateOrProvinceName. Additionally emailAddress
+organizationalUnitName, stateOrProvinceName. Additionally emailAddress
 is include as well as name, surname, givenName initials and dnQualifier.
 
 Additional object identifiers can be defined with the B<oid_file> or
-- 
2.25.1