Skip to content

Commit 4ac3d59

Browse files
authored
Merge pull request #2140 from nschonni/typo-dislay
typo: dislay -> display
2 parents 0316b68 + 2ceb231 commit 4ac3d59

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/debugger/how-to-use-the-parallel-watch-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In the Parallel Watch window, you can simultaneously display the values that one
3030
- A configurable column that can display the machine, process, tile, task, and thread.
3131

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

docs/vs-2015/snippets/csharp/VS_Snippets_Wpf/XpsPrint/CSharp/Window1.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ private void AsyncPrintEvent(
217217

218218
// -------------------- GetContainerPathFromDialog --------------------
219219
/// <summary>
220-
/// Dislays a Save As... dialog for the user to choose the path and
220+
/// Displays a Save As... dialog for the user to choose the path and
221221
/// container (file) name to save the document content to.</summary>
222222
/// <returns></returns>
223223
private string GetContainerPathFromDialog()

docs/vs-2015/snippets/csharp/VS_Snippets_Wpf/XpsSave/CSharp/Window1.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private void AsyncSaveEvent(
205205

206206
// -------------------- GetContainerPathFromDialog --------------------
207207
/// <summary>
208-
/// Dislays a Save As... dialog for the user to choose the path and
208+
/// Displays a Save As... dialog for the user to choose the path and
209209
/// container (file) name to save the document content to.</summary>
210210
/// <returns></returns>
211211
private string GetContainerPathFromDialog()

docs/vs-2015/snippets/visualbasic/VS_Snippets_Wpf/XpsPrint/visualbasic/window1.xaml.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Namespace SDKSample
192192

193193
' -------------------- GetContainerPathFromDialog --------------------
194194
''' <summary>
195-
''' Dislays a Save As... dialog for the user to choose the path and
195+
''' Displays a Save As... dialog for the user to choose the path and
196196
''' container (file) name to save the document content to.</summary>
197197
''' <returns></returns>
198198
Private Function GetContainerPathFromDialog() As String

docs/vs-2015/snippets/visualbasic/VS_Snippets_Wpf/XpsSave/visualbasic/window1.xaml.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Namespace SDKSample
178178

179179
' -------------------- GetContainerPathFromDialog --------------------
180180
''' <summary>
181-
''' Dislays a Save As... dialog for the user to choose the path and
181+
''' Displays a Save As... dialog for the user to choose the path and
182182
''' container (file) name to save the document content to.</summary>
183183
''' <returns></returns>
184184
Private Function GetContainerPathFromDialog() As String

0 commit comments

Comments
 (0)