markt-asf closed pull request #1: fixed typos
URL: https://github.com/apache/tomcat-training/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/modules/performance-01.html b/modules/performance-01.html
index 9fa5655..20171d3 100644
--- a/modules/performance-01.html
+++ b/modules/performance-01.html
@@ -52,7 +52,7 @@ <h3>Class storage</h3>
   <p>Metaspace: Java 8 and later</p> 
   <p>Stores classes</p>
   <p>Control size with XX:MaxMetaspaceSize</p>
-  <p>Unlimted by default</p>
+  <p>Unlimited by default</p>
   <p>Uses as much memory as the OS will give it</p>
 </section>
 <section>
diff --git a/modules/tls-01.html b/modules/tls-01.html
index a3c7deb..0f5afea 100644
--- a/modules/tls-01.html
+++ b/modules/tls-01.html
@@ -177,7 +177,7 @@ <h4 style="text-transform: none">Step 10: 
ChangeCipherSpec</h4>
   <p style="text-align: left">Client switches to encrypted mode</p>
   <ul style="display: block">
     <li>Algorithms agreed in step 2</li>
-    <li>Synchronous encryption with MS</li>
+    <li>Symmetric encryption with MS</li>
   </ul> 
   <p style="text-align: left">Client sends message to server</p>
   <ul style="display: block">
@@ -204,7 +204,7 @@ <h4 style="text-transform: none">Step 12: 
ChangeCipherSpec</h4>
   <p style="text-align: left">Server switches to encrypted mode</p>
   <ul style="display: block">
     <li>Algorithms agreed in step 2</li>
-    <li>Synchronous encryption with MS</li>
+    <li>Symmetric encryption with MS</li>
   </ul> 
   <p style="text-align: left">Server sends message to client</p>
   <ul style="display: block">
diff --git a/modules/tls-03.html b/modules/tls-03.html
index 1b84cce..6af6201 100644
--- a/modules/tls-03.html
+++ b/modules/tls-03.html
@@ -80,7 +80,7 @@ <h3>Which format?</h3>
   <p>Tomcat 8.5.x or 9.0.x</p>
   <p>NIO or NIO2</p>
   <p>JSSE or OpenSSL implementation</p>
-  <p>JSSE or OpnSSL configuration (can't mix)</p>
+  <p>JSSE or OpenSSL configuration (can't mix)</p>
   <p>Keystore, PKCS12 (JSSE config)</p>
   <p>PEM (OpenSSL config)</p>
   <aside class="notes">


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to