From 239902bc883dd1d70d237c719e0d11ab6807c9de Mon Sep 17 00:00:00 2001 From: George Tokmaji Date: Sun, 13 Oct 2024 16:11:59 +0200 Subject: [PATCH] Fix typo in comment --- src/C4Update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/C4Update.cpp b/src/C4Update.cpp index 4ffe76fd..ae7626cb 100644 --- a/src/C4Update.cpp +++ b/src/C4Update.cpp @@ -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;