Source commit: 89a9743b05a7b1f39ec2ee2b1ce4eff5196c1c27
@@ -176,7 +176,7 @@ int __fastcall TThemePageControl::GetTabsHeight()
TRect Rect = TabRect(0);
int Result2 = Rect.Bottom + 1;
// On Windows 10 with 200% scaling, the first is 40, the second is 42.
- // With 250% scaling its 50 vs 53.
+ // With 250% scaling it's 50 vs 53.
// Using the larger.
if (Result2 > Result)
{