summaryrefslogtreecommitdiffstats
path: root/doc/html/emb-classes.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/emb-classes.html')
-rw-r--r--doc/html/emb-classes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/emb-classes.html b/doc/html/emb-classes.html
index 0b9001bf..57ef5180 100644
--- a/doc/html/emb-classes.html
+++ b/doc/html/emb-classes.html
@@ -163,7 +163,7 @@ typically 2-20KB in size; they can be mmap'd direct from disk in order
to save memory). If a TQPF font is found which matches a font request
no new TQRenderedFont need be created for it. It's possible to strip out
all TQFontFactory support and simply use TQPFs if your font needs are modest
-(for instance, if you only retquire a few fixed point sizes). Note that
+(for instance, if you only require a few fixed point sizes). Note that
no best-match loading is performed with TQPFs, as opposed to those
loaded via <a href="qfontmanager.html">TQFontManager</a>, so if you don't have the correct TQPF for a point
size, text in that size will simply not be displayed.