Skip to content

Commit 70ea169

Browse files
authored
Merge pull request #10932 from changeworld/patch-14
Fix typo: horizonal -> horizontal
2 parents d5616cf + 54bc9d7 commit 70ea169

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.ScrollBarsExample/CPP/form1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public ref class Form1: public System::Windows::Forms::Form
8181
none->Location = Point(10,170);
8282
both->Location = Point(10,110);
8383

84-
// For horizonal scroll bars, the Multiline property must
84+
// For horizontal scroll bars, the Multiline property must
8585
// be true and the WordWrap property must be false.
8686
// Increase the size of the Height property to ensure the
8787
// scroll bar is visible.

0 commit comments

Comments
 (0)