Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Mar 1, 2018
1 parent 31cc9ba commit 2916d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gu.Wpf.UiAutomation/Application.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private Application(ProcessReference process, bool isStoreApp = false)
public Window MainWindow => this.GetMainWindow(TimeSpan.FromSeconds(10));

/// <summary>
/// The proces Id of the application.
/// The process Id of the application.
/// </summary>
public int ProcessId => this.processReference.Process.Id;

Expand Down

0 comments on commit 2916d66

Please sign in to comment.