Skip to content

Commit

Permalink
Merge pull request microsoft#722 from microsoft/tyriar/log
Browse files Browse the repository at this point in the history
Fix typo in trace log
  • Loading branch information
Tyriar authored Oct 3, 2024
2 parents 589a720 + d06ed4f commit 5063e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/winpty/src/agent/Agent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Agent::Agent(LPCWSTR controlPipeName,

Agent::~Agent()
{
trace("Agent::~Aent entered");
trace("Agent::~Agent entered");
try {
agentShutdown();
if (m_childProcess != NULL) {
Expand Down

0 comments on commit 5063e0e

Please sign in to comment.