From 81d417ce3693305bf14a5490158d94d87129b7d0 Mon Sep 17 00:00:00 2001 From: Andre Hartmann Date: Sat, 13 Jul 2019 17:15:37 +0200 Subject: [PATCH] GenericProposalWidget: Fix typo Change-Id: I131ccffa3e80092c1b79a28305974c57d32844ea Reviewed-by: Orgad Shaneh --- src/plugins/texteditor/codeassist/genericproposalwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/texteditor/codeassist/genericproposalwidget.cpp b/src/plugins/texteditor/codeassist/genericproposalwidget.cpp index aad4096f811..2d117514ac3 100644 --- a/src/plugins/texteditor/codeassist/genericproposalwidget.cpp +++ b/src/plugins/texteditor/codeassist/genericproposalwidget.cpp @@ -476,7 +476,7 @@ bool GenericProposalWidget::updateAndCheck(const QString &prefix) d->m_model->sort(prefix); d->m_completionListView->reset(); - // Try to find the previosly explicit selection (if any). If we can find the item set it + // Try to find the previously explicit selection (if any). If we can find the item set it // as the current. Otherwise (it might have been filtered out) select the first row. if (d->m_explicitlySelected) { Q_ASSERT(preferredItemId != -1);