Skip to content

Commit adb945c

Browse files
authored
Merge pull request #10874 from changeworld/patch-6
Fix typo: calcualate -> calculate
2 parents 83e0de3 + 46f839b commit adb945c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.VisualStyles.VisualStyleRenderer/cpp/form1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ namespace VisualStyleRendererSample
8686

8787
// Get the sizes and location offsets for the window parts
8888
// as specified by the visual style, and then use this
89-
// information to calcualate the rectangles for each part.
89+
// information to calculate the rectangles for each part.
9090
GetPartDetails();
9191
CalculateRectangles();
9292

0 commit comments

Comments
 (0)