From: Carl Worth Date: Sat, 19 Sep 2020 20:54:05 +0000 (-0700) Subject: Correct a typo in a comment X-Git-Url: https://git.cworth.org/git?p=lmno-server;a=commitdiff_plain;h=39cc6c43e2d3609564c3f785f41863073d3c4202 Correct a typo in a comment Obviously, no functional change to the code here. --- diff --git a/lmno.js b/lmno.js index f5e7c1e..54baea9 100644 --- a/lmno.js +++ b/lmno.js @@ -302,7 +302,7 @@ app.post('/login', async (request, response) => { return; }); -/* API to set uer profile information */ +/* API to set user profile information */ app.put('/profile', (request, response) => { const nickname = request.body.nickname; if (nickname) {