git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@766645
13f79535-47bb-0310-9956-
ffa450edef68
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;
}