summaryrefslogtreecommitdiffstats
path: root/doc/html/qglformat.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qglformat.html')
-rw-r--r--doc/html/qglformat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qglformat.html b/doc/html/qglformat.html
index 76ebe9c3..4eb3057e 100644
--- a/doc/html/qglformat.html
+++ b/doc/html/qglformat.html
@@ -131,7 +131,7 @@ requested features the system was able to provide:
if ( !w->format().stereo() ) {
// ok, goggles off
if ( !w->format().hasOverlay() ) {
- <a href="qapplication.html#qFatal">qFatal</a>( "Cool hardware retquired" );
+ <a href="qapplication.html#qFatal">qFatal</a>( "Cool hardware required" );
}
}
</pre>