Skip to content

Commit 5063e0e

Browse files
authored
Merge pull request microsoft#722 from microsoft/tyriar/log
Fix typo in trace log
2 parents 589a720 + d06ed4f commit 5063e0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/winpty/src/agent/Agent.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Agent::Agent(LPCWSTR controlPipeName,
223223

224224
Agent::~Agent()
225225
{
226-
trace("Agent::~Aent entered");
226+
trace("Agent::~Agent entered");
227227
try {
228228
agentShutdown();
229229
if (m_childProcess != NULL) {

0 commit comments

Comments
 (0)