Skip to content

Commit

Permalink
fix(typo): fix annoying typo
Browse files Browse the repository at this point in the history
  • Loading branch information
syroegkin committed May 22, 2023
1 parent 7b5312c commit 0e8e984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nxtp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function sockerWritePromise(

export function nxtp(socket: net.Socket) {
const { remoteAddress } = socket;
console.log(`${remoteAddress}: new lient connected`);
console.log(`${remoteAddress}: new client connected`);

socket.on('data', async (data: Buffer) => {
try {
Expand Down

0 comments on commit 0e8e984

Please sign in to comment.