Skip to content

Commit 6536eb6

Browse files
authored
Merge pull request #10929 from changeworld/patch-11
Fix typo: sampel -> sample
2 parents e26e86b + 6333ee8 commit 6536eb6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// each rectangle is negative, so the bar progresses upward. The size adjustments
1313
// ensure that the chunks don't paint over the frame.
1414

15-
// For simplicity, this sampel does not handle run-time switching of visual styles.
15+
// For simplicity, this sample does not handle run-time switching of visual styles.
1616

1717
//<Snippet0>
1818
#using <System.Drawing.dll>

0 commit comments

Comments
 (0)