diff --git a/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.UserInputWalkthrough/cpp/form1.cpp b/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.UserInputWalkthrough/cpp/form1.cpp index 64aeae3c951..ddebd119d3c 100644 --- a/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.UserInputWalkthrough/cpp/form1.cpp +++ b/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.UserInputWalkthrough/cpp/form1.cpp @@ -326,8 +326,8 @@ namespace UserInputWalkthrough } } - // All-purpose method for displaying a line of text in the - // text boxe. + // All-purpose method for displaying a line of text in one of the + // text boxes. private: void DisplayLine(String^ line) { diff --git a/snippets/csharp/VS_Snippets_Winforms/System.Windows.Forms.UserInputWalkthrough/CS/form1.cs b/snippets/csharp/VS_Snippets_Winforms/System.Windows.Forms.UserInputWalkthrough/CS/form1.cs index f82aeea1d7a..9d1c797eb78 100644 --- a/snippets/csharp/VS_Snippets_Winforms/System.Windows.Forms.UserInputWalkthrough/CS/form1.cs +++ b/snippets/csharp/VS_Snippets_Winforms/System.Windows.Forms.UserInputWalkthrough/CS/form1.cs @@ -289,8 +289,8 @@ private void CheckAllChildCheckBoxes(Control parent, bool value) } } - // All-purpose method for displaying a line of text in the - // text boxe. + // All-purpose method for displaying a line of text in one of the + // text boxes. private void DisplayLine(string line) { TextBoxOutput.AppendText(line); @@ -696,4 +696,4 @@ private void LinkLabelDrag_GiveFeedback(object sender, } } } -// \ No newline at end of file +//