Skip to content

Commit d5616cf

Browse files
authored
Merge pull request #10924 from changeworld/patch-6
Fix typo: exluding -> excluding
2 parents 1b8b833 + 0832e65 commit d5616cf

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.CheckBoxRenderer/cpp

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.CheckBoxRenderer/cpp/form1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace CheckBoxRendererSample
4242
}
4343

4444
//<Snippet2>
45-
// Calculate the text bounds, exluding the check box.
45+
// Calculate the text bounds, excluding the check box.
4646
Rectangle getTextRectangle()
4747
{
4848
Graphics ^g = this->CreateGraphics();

0 commit comments

Comments
 (0)