Skip to content

typo: dislay -> display #2140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 31, 2018
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
2 changes: 1 addition & 1 deletion docs/debugger/how-to-use-the-parallel-watch-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In the Parallel Watch window, you can simultaneously display the values that one
- A configurable column that can display the machine, process, tile, task, and thread.

> [!TIP]
> To dislay task information in the **Parallel Watch** window, you must first open the **Task** window.
> To display task information in the **Parallel Watch** window, you must first open the **Task** window.
- The blank *add watch* columns, in which you can enter expressions to watch.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ private void AsyncPrintEvent(

// -------------------- GetContainerPathFromDialog --------------------
/// <summary>
/// Dislays a Save As... dialog for the user to choose the path and
/// Displays a Save As... dialog for the user to choose the path and
/// container (file) name to save the document content to.</summary>
/// <returns></returns>
private string GetContainerPathFromDialog()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ private void AsyncSaveEvent(

// -------------------- GetContainerPathFromDialog --------------------
/// <summary>
/// Dislays a Save As... dialog for the user to choose the path and
/// Displays a Save As... dialog for the user to choose the path and
/// container (file) name to save the document content to.</summary>
/// <returns></returns>
private string GetContainerPathFromDialog()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Namespace SDKSample

' -------------------- GetContainerPathFromDialog --------------------
''' <summary>
''' Dislays a Save As... dialog for the user to choose the path and
''' Displays a Save As... dialog for the user to choose the path and
''' container (file) name to save the document content to.</summary>
''' <returns></returns>
Private Function GetContainerPathFromDialog() As String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Namespace SDKSample

' -------------------- GetContainerPathFromDialog --------------------
''' <summary>
''' Dislays a Save As... dialog for the user to choose the path and
''' Displays a Save As... dialog for the user to choose the path and
''' container (file) name to save the document content to.</summary>
''' <returns></returns>
Private Function GetContainerPathFromDialog() As String
Expand Down