summaryrefslogtreecommitdiffstats
path: root/src/dialogs/qerrormessage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/qerrormessage.cpp')
-rw-r--r--src/dialogs/qerrormessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/qerrormessage.cpp b/src/dialogs/qerrormessage.cpp
index e883fdc64..cbeeac685 100644
--- a/src/dialogs/qerrormessage.cpp
+++ b/src/dialogs/qerrormessage.cpp
@@ -141,7 +141,7 @@ void jump( TQtMsgType t, const char * m )
rich += TQStyleSheet::convertFromPlainText( m,
TQStyleSheetItem::WhiteSpaceNormal );
- // ### work around text engine tquirk
+ // ### work around text engine quirk
if ( rich.endsWith("</p>") )
rich.truncate( rich.length() - 4 );