Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Oct 13, 2024
1 parent 994055c commit 239902b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/C4Update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ bool C4UpdatePackage::MkUp(C4Group *pGrp1, C4Group *pGrp2, C4GroupEx *pUpGrp, bo
extern const char **C4Group_SortList;
UpdGroup.SortByList(C4Group_SortList, ChildGrp2.GetName());
UpdGroup.Close(false);
// always add the entire group if mising targets are allowed
// always add the entire group if missing targets are allowed
// otherwise check entry times
if (AllowMissingTarget || !pGrp1 || (pGrp1->EntryTime(strItemName) != pGrp2->EntryTime(strItemName)))
childIncludeInUpdate = true;
Expand Down

0 comments on commit 239902b

Please sign in to comment.