Fix source typo

Split off from #489
This commit is contained in:
luz.paz 2019-09-17 07:34:32 -04:00 committed by Curtis Gedak
parent 5dcd93ced3
commit 1368a9b79b

View file

@ -676,7 +676,7 @@ class MarkdownHighlighter(BasicHighlighter):
spellingErrorFormat = self.format(startIndex)
spellingErrorFormat.setUnderlineColor(self.spellingErrorColor)
spellingErrorFormat.setUnderlineStyle(
qApp.stlye().styleHint(QStyle.SH_SpellCheckUnderlineStyle))
qApp.style().styleHint(QStyle.SH_SpellCheckUnderlineStyle))
self.setFormat(startIndex, length, spellingErrorFormat)