From 6f77c479077e250923fb98bbc56a11ed18987756 Mon Sep 17 00:00:00 2001 From: AL <26797547+Al12rs@users.noreply.github.com> Date: Sat, 31 Oct 2020 16:21:37 +0100 Subject: Fix typos in comments --- src/modinfodialogconflicts.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modinfodialogconflicts.cpp') diff --git a/src/modinfodialogconflicts.cpp b/src/modinfodialogconflicts.cpp index 9df88421..9dd98751 100644 --- a/src/modinfodialogconflicts.cpp +++ b/src/modinfodialogconflicts.cpp @@ -918,7 +918,7 @@ std::optional AdvancedConflictsTab::createItem( } else { - // current mod is one of the alternatives, find it's position + // current mod is one of the alternatives, find its position auto currOrgId = currOrigin->getID(); @@ -933,7 +933,7 @@ std::optional AdvancedConflictsTab::createItem( if (showAllAlts) { // fills 'before' and 'after' with all the alternatives that come // before and after the current mod, trusting the alternatives vector to be - // alredy sorted correctly + // already sorted correctly for (auto iter = alternatives.begin(); iter != alternatives.end(); iter++) { @@ -959,7 +959,7 @@ std::optional AdvancedConflictsTab::createItem( } } - // also add the active winner origin (the one outsiede alternatives) to 'after' + // also add the active winner origin (the one outside alternatives) to 'after' if (!after.empty()) { after += L", "; } -- cgit v1.3.1