Browse Source

Typo in a comment

Source commit: 846b2019fe2d2ffbbbabd378ae5e1603ce308ab6
Martin Prikryl 1 year ago
parent
commit
93851e047a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/windows/UserInterface.cpp

+ 1 - 1
source/windows/UserInterface.cpp

@@ -632,7 +632,7 @@ static void __fastcall ConvertMenu(TMenuItem * AItems, TTBCustomItem * Items)
         (AItem->OnClick == NULL) && DebugAlwaysTrue(AItem->Count == 0))
     {
       TTBXLabelItem * LabelItem = new TTBXLabelItem(Items->Owner);
-      // TTBXLabelItem has it's own Caption
+      // TTBXLabelItem has its own Caption
       LabelItem->Caption = AItem->Caption;
       LabelItem->SectionHeader = true;
       Item = LabelItem;