Skip to content

Commit

Permalink
Fix typo in trace log
Browse files Browse the repository at this point in the history
Follow up microsoft#720
  • Loading branch information
Tyriar committed Oct 3, 2024
1 parent 589a720 commit d06ed4f
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 d06ed4f

Please sign in to comment.