]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Typo.
authorJeremias Maerki <jeremias@apache.org>
Mon, 20 Apr 2009 10:25:48 +0000 (10:25 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 20 Apr 2009 10:25:48 +0000 (10:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@766645 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/ps/AbstractPSTranscoder.java

index f991cdf5490450178f39f9242a8bffb5b83022eb..c1f3daf2f43c402f0ac8cc9d45d9f24af8bcfb77 100644 (file)
@@ -92,7 +92,7 @@ public abstract class AbstractPSTranscoder extends AbstractFOPTranscoder {
     protected boolean getAutoFontsDefault() {
         //Currently set to false because auto-fonts requires a lot of memory in the PostScript
         //case: All fonts (even the unsupported TTF fonts) need to be loaded and TrueType loading
-        //is currently very memory-intensive. At default JVM memory settings, this woudl result
+        //is currently very memory-intensive. At default JVM memory settings, this would result
         //in OutOfMemoryErrors otherwise.
         return false;
     }