diff options
Diffstat (limited to 'doc/html/qglformat.html')
-rw-r--r-- | doc/html/qglformat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qglformat.html b/doc/html/qglformat.html index 76ebe9c3e..4eb3057ea 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> |