[Groonga-commit] groonga/gcs [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 15 19:12:28 JST 2012


YUKI Hiroshi	2012-10-15 19:12:28 +0900 (Mon, 15 Oct 2012)

  New Revision: 04d57bdbdf6a29be6029b75a07fead074a741a71
  https://github.com/groonga/gcs/commit/04d57bdbdf6a29be6029b75a07fead074a741a71

  Log:
    Fix typo

  Modified files:
    lib/command-line.js

  Modified: lib/command-line.js (+1 -1)
===================================================================
--- lib/command-line.js    2012-10-15 19:04:25 +0900 (cafe3f5)
+++ lib/command-line.js    2012-10-15 19:12:28 +0900 (2e00427)
@@ -142,7 +142,7 @@ CommandLineInterface.prototype = {
         if (error)
           self.raiseFatalError(error);
         // awssum cannot operate query options including ".", so we always get all domains...
-        domainStatuses = domainStatuses.filter(function(domainStauts) {
+        domainStatuses = domainStatuses.filter(function(domainStatus) {
           return domainStatus && domainStatus.DomainName == domainName;
         });
         if (domainStatuses.length) {
-------------- next part --------------
HTML����������������������������...
Download 



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