diff --git a/docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.VisualStyles.VisualStyleRenderer/cpp/form1.cpp b/docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.VisualStyles.VisualStyleRenderer/cpp/form1.cpp index ef6ee3e627d..33e1c751d57 100644 --- a/docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.VisualStyles.VisualStyleRenderer/cpp/form1.cpp +++ b/docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.VisualStyles.VisualStyleRenderer/cpp/form1.cpp @@ -86,7 +86,7 @@ namespace VisualStyleRendererSample // Get the sizes and location offsets for the window parts // as specified by the visual style, and then use this - // information to calcualate the rectangles for each part. + // information to calculate the rectangles for each part. GetPartDetails(); CalculateRectangles();