Skip to content

Commit d06ed4f

Browse files
committed
Fix typo in trace log
Follow up microsoft#720
1 parent 589a720 commit d06ed4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)