summaryrefslogtreecommitdiff
path: root/src/node
diff options
context:
space:
mode:
authormluto <m@luto.at>2013-01-07 19:15:55 +0100
committermluto <m@luto.at>2013-01-07 19:15:55 +0100
commitbc05f9eb0adf5d9f674159106644f64d363e62e1 (patch)
tree280524a1e53df61ce2ad7dc252cfe724664a7cef /src/node
parent825b258d995f3c1512af20124d9c72768014ef09 (diff)
downloadetherpad-lite-bc05f9eb0adf5d9f674159106644f64d363e62e1.zip
converted load-more-link to button, added loading-gif, fixed typo
Diffstat (limited to 'src/node')
-rw-r--r--src/node/handler/PadMessageHandler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/handler/PadMessageHandler.js b/src/node/handler/PadMessageHandler.js
index 00eb234e..a013f220 100644
--- a/src/node/handler/PadMessageHandler.js
+++ b/src/node/handler/PadMessageHandler.js
@@ -365,7 +365,7 @@ function handleChatMessage(client, message)
}
/**
- * Handles the clients requets for more chat-messages
+ * Handles the clients request for more chat-messages
* @param client the client that send this message
* @param message the message from the client
*/