diff --git a/c/meterpreter/source/metsrv/server_pivot_named_pipe.c b/c/meterpreter/source/metsrv/server_pivot_named_pipe.c index e1a769f4..88fdef6e 100644 --- a/c/meterpreter/source/metsrv/server_pivot_named_pipe.c +++ b/c/meterpreter/source/metsrv/server_pivot_named_pipe.c @@ -618,7 +618,7 @@ static DWORD server_notify(Remote* remote, LPVOID entryContext, LPVOID threadCon serverCtx->established = TRUE; - // The current listener cotnext in the listeners tree points to the server instance that has now + // The current listener context in the listeners tree points to the server instance that has now // become a client instance due to the new connection. Therefore we need to update the pivot tree context // to point to the new listener on the named pipe. PivotContext* listenerCtx = pivot_tree_find(remote->pivot_listeners, (LPBYTE)&serverCtx->pivot_id);