Skip to content

Commit

Permalink
fix typo in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
miniksa committed May 24, 2021
1 parent f53ec81 commit 87c606f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ConPTY/MiniTerm/MiniTerm/Terminal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private static void EnableVirtualTerminalSequenceProcessing()
}

/// <summary>
/// Start the psuedoconsole and run the process as shown in
/// Start the pseudoconsole and run the process as shown in
/// https://docs.microsoft.com/en-us/windows/console/creating-a-pseudoconsole-session#creating-the-pseudoconsole
/// </summary>
/// <param name="command">the command to run, e.g. cmd.exe</param>
Expand Down

1 comment on commit 87c606f

@github-actions

This comment was marked as resolved.

Please sign in to comment.