]> git.cworth.org Git - lmno-server/commitdiff
Correct a typo in a comment
authorCarl Worth <cworth@cworth.org>
Sat, 19 Sep 2020 20:54:05 +0000 (13:54 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 19 Sep 2020 21:28:05 +0000 (14:28 -0700)
Obviously, no functional change to the code here.

lmno.js

diff --git a/lmno.js b/lmno.js
index f5e7c1eea74af41df45a909e19b6eaa8cd83d19d..54baea91f8d5688a74071fa45d19a12cd13ae091 100644 (file)
--- 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) {