[Groonga-commit] droonga/express-droonga at f9e22b1 [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Oct 17 12:38:52 JST 2013


YUKI Hiroshi	2013-10-17 12:38:52 +0900 (Thu, 17 Oct 2013)

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

  Message:
    Fix typo

  Modified files:
    lib/adapter/command.js

  Modified: lib/adapter/command.js (+1 -1)
===================================================================
--- lib/adapter/command.js    2013-10-17 12:36:03 +0900 (49e11d1)
+++ lib/adapter/command.js    2013-10-17 12:38:52 +0900 (f75e9bb)
@@ -111,4 +111,4 @@ function sha1sum(source) {
   hash = hash.update(source);
   return hash.digest('hex');
 }
-exports.sha1sub = sha1sum;
+exports.sha1sum = sha1sum;
-------------- next part --------------
HTML����������������������������...
Download 



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