Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -696,4 +696,4 @@ private void LinkLabelDrag_GiveFeedback(object sender,
}
}
}
// </Snippet0>
// </Snippet0>