From d77efc572d9ec0493ac7e4553249cd9da1482f82 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 20 Jan 2014 08:01:51 +0100 Subject: Fix typos in comments (qt) --- qt/ScintillaEditBase/Notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/ScintillaEditBase/Notes.txt') diff --git a/qt/ScintillaEditBase/Notes.txt b/qt/ScintillaEditBase/Notes.txt index 6658aaa7a..4abc9bb78 100644 --- a/qt/ScintillaEditBase/Notes.txt +++ b/qt/ScintillaEditBase/Notes.txt @@ -4,7 +4,7 @@ Issues with Scintilla for Qt Qt reports character descenders are 1 pixel shorter than they really are. There is a tweak in the code to add a pixel in. This may have to be reviewed for Qt 5. There's a comment in the Qt code for Windows: - // ### we substract 1 to even out the historical +1 in QFontMetrics's + // ### we subtract 1 to even out the historical +1 in QFontMetrics's // ### height=asc+desc+1 equation. Fix in Qt5. The clocks used aren't great. QTime is a time since midnight clock so wraps around and -- cgit v1.2.3