From 3675714ba1e8abe549256d49df8504b24d3bf8dd Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 18 Jun 2024 16:38:42 +0200 Subject: [PATCH] Fix typo --- js/Glacier2/simpleChat/Client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Glacier2/simpleChat/Client.ts b/js/Glacier2/simpleChat/Client.ts index 5471d62c1..04cb1fc2f 100644 --- a/js/Glacier2/simpleChat/Client.ts +++ b/js/Glacier2/simpleChat/Client.ts @@ -115,7 +115,7 @@ try { } // -// Asynchonously process stdin lines using a promise +// Asynchronously process stdin lines using a promise // function getline(): PromiseLike { return new Promise((resolve) => {