Skip to content

Commit 54bc9d7

Browse files
committed
Fix typo: horizonal -> horizontal
1 parent a065e46 commit 54bc9d7

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)