Skip to content

Commit

Permalink
Fix "an other" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Sep 10, 2019
1 parent fda4a13 commit ba025b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion markdownhighlighter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ void MarkdownHighlighter::highlightAdditionalRules(
QTextCharFormat &maskedFormat = _formats[HighlighterState::MaskedSyntax];

for(const HighlightingRule &rule : rules) {
// continue if an other current block state was already set if
// continue if another current block state was already set if
// disableIfCurrentStateIsSet is set
if (rule.disableIfCurrentStateIsSet &&
(currentBlockState() != HighlighterState::NoState)) {
Expand Down
2 changes: 1 addition & 1 deletion qmarkdowntextedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ void QMarkdownTextEdit::setPlainText(const QString & text) {
}

/**
* Uses an other widget as parent for the search widget
* Uses another widget as parent for the search widget
*/
void QMarkdownTextEdit::initSearchFrame(QWidget *searchFrame, bool darkMode) {
_searchFrame = searchFrame;
Expand Down

0 comments on commit ba025b0

Please sign in to comment.