summaryrefslogtreecommitdiff
path: root/src/modinfodialogconflicts.cpp
diff options
context:
space:
mode:
authorAL <26797547+Al12rs@users.noreply.github.com>2020-10-31 16:21:37 +0100
committerAL <26797547+Al12rs@users.noreply.github.com>2020-10-31 16:21:37 +0100
commit6f77c479077e250923fb98bbc56a11ed18987756 (patch)
treef5ee2063e8cfb479834929a9a7829b1bd57e59f7 /src/modinfodialogconflicts.cpp
parentdb3f257d078eab7b2686f1b49b2213221c9961d6 (diff)
Fix typos in comments
Diffstat (limited to 'src/modinfodialogconflicts.cpp')
-rw-r--r--src/modinfodialogconflicts.cpp6
1 files changed, 3 insertions, 3 deletions
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<ConflictItem> 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<ConflictItem> 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<ConflictItem> 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", ";
}