[Groonga-commit] groonga/express-kotoumi [master] Fix typo: requre => require

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 28 13:40:20 JST 2013


YUKI Hiroshi	2013-01-28 13:40:20 +0900 (Mon, 28 Jan 2013)

  New Revision: fe630f17e06130dc3b986261c935fa95b528475d
  https://github.com/groonga/express-kotoumi/commit/fe630f17e06130dc3b986261c935fa95b528475d

  Log:
    Fix typo: requre => require

  Modified files:
    lib/backend/connection.js

  Modified: lib/backend/connection.js (+1 -1)
===================================================================
--- lib/backend/connection.js    2013-01-28 13:39:48 +0900 (7ac032f)
+++ lib/backend/connection.js    2013-01-28 13:40:20 +0900 (c4a19d7)
@@ -8,7 +8,7 @@
 
 var EventEmitter = require('events').EventEmitter;
 var fluent = require('fluent-logger');
-var Receiver = requre('./receiver').Receiver;
+var Receiver = require('./receiver').Receiver;
 
 var DEFAULT_FLUENT_TAG =
       Connection.DEFAULT_FLUENT_TAG =
-------------- next part --------------
HTML����������������������������...
Download 



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