[Groonga-commit] droonga/express-droonga at 9bc0e86 [master] Fix typo: missing "s"

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 6 16:59:23 JST 2014


YUKI Hiroshi	2014-01-06 16:59:23 +0900 (Mon, 06 Jan 2014)

  New Revision: 9bc0e86033662c0c1ae6620659f5c70bf3956ed9
  https://github.com/droonga/express-droonga/commit/9bc0e86033662c0c1ae6620659f5c70bf3956ed9

  Message:
    Fix typo: missing "s"

  Modified files:
    lib/adapter/command.js

  Modified: lib/adapter/command.js (+2 -2)
===================================================================
--- lib/adapter/command.js    2014-01-06 16:57:15 +0900 (9a7bfac)
+++ lib/adapter/command.js    2014-01-06 16:59:23 +0900 (1860216)
@@ -138,9 +138,9 @@ HTTPStreaming.extend = function(targetClass) {
     get: function() { return this._options.createSubscription; }
   });
 
-  var connectionCount = 0;
+  var connectionsCount = 0;
   targetClass.prototype.onHandle = function(request, response, connection) {
-    connectionCount++;
+    connectionsCount++;
 
     response.writeHead(200, {
       'Content-Type':      'application/json',
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index