From c56ede0fa27980611b04c1948702f02e324a87fc Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 20 Feb 2012 22:52:59 +0100 Subject: [PATCH] Minor documentation fix in javascript webclient code. --- src/web/media/javascript/evennia_webclient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/media/javascript/evennia_webclient.js b/src/web/media/javascript/evennia_webclient.js index 67d015c37b..ce162c0ee8 100644 --- a/src/web/media/javascript/evennia_webclient.js +++ b/src/web/media/javascript/evennia_webclient.js @@ -41,7 +41,7 @@ var CLIENT_HASH = '0'; // variable holding the client id function webclient_receive(){ // This starts an asynchronous long-polling request. It will either timeout - // or receive data from the 'receivedata' url. In both cases a new request will + // or receive data from the 'webclientdata' url. In both cases a new request will // immediately be started. $.ajax({