You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2022/03/25 06:35:42 UTC

svn commit: r1899190 - in /poi/site: publish/components/slideshow/ppt-wmf-emf-renderer.html src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml

Author: centic
Date: Fri Mar 25 06:35:41 2022
New Revision: 1899190

URL: http://svn.apache.org/viewvc?rev=1899190&view=rev
Log:
Fix small typo

Modified:
    poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html
    poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml

Modified: poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html?rev=1899190&r1=1899189&r2=1899190&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html (original)
+++ poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html Fri Mar 25 06:35:41 2022
@@ -447,7 +447,7 @@ document.write("Last Published: " + docu
 <div class="content">
                     JDK 1.8 is by default using the PiscesRenderingEngine and affected by
                     <a href="https://github.com/AdoptOpenJDK/openjdk-build/issues/716">Busy loop hangs</a>.
-                    To workaround thise, use the MarlinRenderingEngine which is experimental provided starting from
+                    To workaround this, use the MarlinRenderingEngine which is experimental provided starting from
                     <a href="https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8143849">openjdk8u252 (JDK-8143849)</a>
                     via <span class="codefrag">-Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine</span> or for older jdk builds,
                     <a href="https://github.com/bourgesl/marlin-renderer/wiki/How-to-use">preload the marlin jar</a>.

Modified: poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml?rev=1899190&r1=1899189&r2=1899190&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml Fri Mar 25 06:35:41 2022
@@ -91,7 +91,7 @@
                 <note>
                     JDK 1.8 is by default using the PiscesRenderingEngine and affected by
                     <a href="https://github.com/AdoptOpenJDK/openjdk-build/issues/716">Busy loop hangs</a>.
-                    To workaround thise, use the MarlinRenderingEngine which is experimental provided starting from
+                    To workaround this, use the MarlinRenderingEngine which is experimental provided starting from
                     <a href="https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8143849">openjdk8u252 (JDK-8143849)</a>
                     via <code>-Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine</code> or for older jdk builds,
                     <a href="https://github.com/bourgesl/marlin-renderer/wiki/How-to-use">preload the marlin jar</a>.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org