diff options
Diffstat (limited to 'doc/man/man3/qglformat.3qt')
-rw-r--r-- | doc/man/man3/qglformat.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qglformat.3qt b/doc/man/man3/qglformat.3qt index dd250082e..34d43ebb1 100644 --- a/doc/man/man3/qglformat.3qt +++ b/doc/man/man3/qglformat.3qt @@ -184,7 +184,7 @@ After the widget has been created, you can find out which of the requested featu .br if ( !w->format().hasOverlay() ) { .br - qFatal( "Cool hardware retquired" ); + qFatal( "Cool hardware required" ); .br } .br |