xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx |    2 +-
 xmlsecurity/source/dialogs/macrosecurity.cxx           |    2 +-
 xmlsecurity/test_docs/CAs/Root_1/openssl.cfg           |    2 +-
 xmlsecurity/test_docs/CAs/Root_10/openssl.cfg          |    2 +-
 xmlsecurity/test_docs/CAs/Root_11/openssl.cfg          |    2 +-
 xmlsecurity/test_docs/CAs/Root_2/openssl.cfg           |    2 +-
 xmlsecurity/test_docs/CAs/Root_3/openssl.cfg           |    2 +-
 xmlsecurity/test_docs/CAs/Root_4/openssl.cfg           |    2 +-
 xmlsecurity/test_docs/CAs/Root_5/openssl.cfg           |    2 +-
 xmlsecurity/test_docs/CAs/Root_6/openssl.cfg           |    2 +-
 xmlsecurity/test_docs/CAs/Root_7/openssl.cfg           |    2 +-
 xmlsecurity/test_docs/CAs/Root_8/openssl.cfg           |    2 +-
 xmlsecurity/test_docs/CAs/Root_9/openssl.cfg           |    2 +-
 xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/openssl.cfg  |    2 +-
 xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/openssl.cfg |    2 +-
 xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/openssl.cfg  |    2 +-
 xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/openssl.cfg  |    2 +-
 xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/openssl.cfg  |    2 +-
 xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/openssl.cfg  |    2 +-
 xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/openssl.cfg  |    2 +-
 xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/openssl.cfg  |    2 +-
 xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/openssl.cfg  |    2 +-
 xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/openssl.cfg  |    2 +-
 xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/openssl.cfg  |    2 +-
 xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/openssl.cfg  |    2 +-
 xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/openssl.cfg  |    2 +-
 26 files changed, 26 insertions(+), 26 deletions(-)

New commits:
commit f72718614578cc8d76df1cbcee5fd5d9ab0fd00d
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Sat Mar 11 00:57:51 2017 +0100

    Fix typos
    
    Change-Id: I23b16792005d66588e3439eb6482adda96c45673
    Reviewed-on: https://gerrit.libreoffice.org/35064
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx 
b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
index 24aeca3..5aae761 100644
--- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
+++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
@@ -594,7 +594,7 @@ void DigitalSignaturesDialog::ImplFillSignaturesBox()
             m_pSignaturesLB->SetEntryText( aDateTimeStr, pEntry, 3 );
             m_pSignaturesLB->SetEntryText(aDescription, pEntry, 4);
             m_pSignaturesLB->SetEntryText(aType, pEntry, 5);
-            pEntry->SetUserData( reinterpret_cast<void*>(n) );     // missuse 
user data as index
+            pEntry->SetUserData( reinterpret_cast<void*>(n) );     // misuse 
user data as index
         }
     }
 
diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx 
b/xmlsecurity/source/dialogs/macrosecurity.cxx
index 440ea3c..ac06fab 100644
--- a/xmlsecurity/source/dialogs/macrosecurity.cxx
+++ b/xmlsecurity/source/dialogs/macrosecurity.cxx
@@ -334,7 +334,7 @@ void MacroSecurityTrustedSourcesTP::FillCertLB()
             SvTreeListEntry*    pLBEntry = m_pTrustCertLB->InsertEntry( 
XmlSec::GetContentPart( xCert->getSubjectName() ) );
             m_pTrustCertLB->SetEntryText( XmlSec::GetContentPart( 
xCert->getIssuerName() ), pLBEntry, 1 );
             m_pTrustCertLB->SetEntryText( XmlSec::GetDateTimeString( 
xCert->getNotValidAfter() ), pLBEntry, 2 );
-            pLBEntry->SetUserData( reinterpret_cast<void*>(nEntry) );      // 
missuse user data as index
+            pLBEntry->SetUserData( reinterpret_cast<void*>(nEntry) );      // 
misuse user data as index
         }
     }
 }
diff --git a/xmlsecurity/test_docs/CAs/Root_1/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Root_1/openssl.cfg
index 41a8555..d6907c7 100644
--- a/xmlsecurity/test_docs/CAs/Root_1/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Root_1/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Root_10/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Root_10/openssl.cfg
index 33b5415..1366ca2 100644
--- a/xmlsecurity/test_docs/CAs/Root_10/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Root_10/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Root_11/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Root_11/openssl.cfg
index f58ff24..c38d22b 100644
--- a/xmlsecurity/test_docs/CAs/Root_11/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Root_11/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept 
 database       = $dir/index.txt        # database index file. 
 #unique_subject        = no                    # Set to 'no' to allow creation 
of 
-                                       # several ctificates with same subject. 
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs. 
  
 certificate    = $dir/cacert.pem       # The CA certificate 
diff --git a/xmlsecurity/test_docs/CAs/Root_2/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Root_2/openssl.cfg
index 41a8555..d6907c7 100644
--- a/xmlsecurity/test_docs/CAs/Root_2/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Root_2/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Root_3/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Root_3/openssl.cfg
index a8ff645..a9b2fae 100644
--- a/xmlsecurity/test_docs/CAs/Root_3/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Root_3/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Root_4/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Root_4/openssl.cfg
index a8ff645..a9b2fae 100644
--- a/xmlsecurity/test_docs/CAs/Root_4/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Root_4/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Root_5/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Root_5/openssl.cfg
index 4125417..b96b72d 100644
--- a/xmlsecurity/test_docs/CAs/Root_5/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Root_5/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Root_6/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Root_6/openssl.cfg
index e33351f..c8f620f4 100644
--- a/xmlsecurity/test_docs/CAs/Root_6/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Root_6/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Root_7/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Root_7/openssl.cfg
index 644524d..3724679 100644
--- a/xmlsecurity/test_docs/CAs/Root_7/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Root_7/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Root_8/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Root_8/openssl.cfg
index 7e08168..b9e076a 100644
--- a/xmlsecurity/test_docs/CAs/Root_8/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Root_8/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Root_9/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Root_9/openssl.cfg
index 33b5415..1366ca2 100644
--- a/xmlsecurity/test_docs/CAs/Root_9/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Root_9/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/openssl.cfg
index 41a8555..d6907c7 100644
--- a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/openssl.cfg
index a5f5bad..36e8c8a 100644
--- a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/openssl.cfg
index a8ff645..a9b2fae 100644
--- a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/openssl.cfg
index a8ff645..a9b2fae 100644
--- a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/openssl.cfg
index a8ff645..a9b2fae 100644
--- a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/openssl.cfg
index 9add746..86b9f3b 100644
--- a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/openssl.cfg
index 26b8d14..feae405 100644
--- a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/openssl.cfg
index 0a9f4bc..3fe6d36 100644
--- a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/openssl.cfg
index e962c53..3b51276 100644
--- a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/openssl.cfg
index 9d4e145..bce5697 100644
--- a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/openssl.cfg
index a8ff645..a9b2fae 100644
--- a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/openssl.cfg
index 27c7a3a..7887aed 100644
--- a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/openssl.cfg 
b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/openssl.cfg
index e962c53..3b51276 100644
--- a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/openssl.cfg
+++ b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/openssl.cfg
@@ -39,7 +39,7 @@ certs         = $dir/certs            # Where the issued 
certs are kept
 crl_dir                = $dir/crl              # Where the issued crl are kept
 database       = $dir/index.txt        # database index file.
 #unique_subject        = no                    # Set to 'no' to allow creation 
of
-                                       # several ctificates with same subject.
+                                       # several certificates with same 
subject.
 new_certs_dir  = $dir/newcerts         # default place for new certs.
 
 certificate    = $dir/cacert.pem       # The CA certificate
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to