[Groonga-commit] groonga/gcs [master] Fix typo (RequestId => RequestID)

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 19日 (木) 17:30:39 JST


SHIMODA Hiroshi	2012-07-19 17:30:39 +0900 (Thu, 19 Jul 2012)

  New Revision: dfb360843f8c173a71dc12ebb9df7c0583085c11
  https://github.com/groonga/gcs/commit/dfb360843f8c173a71dc12ebb9df7c0583085c11

  Log:
    Fix typo (RequestId => RequestID)

  Modified files:
    lib/api/2011-02-01/configuration.js

  Modified: lib/api/2011-02-01/configuration.js (+1 -1)
===================================================================
--- lib/api/2011-02-01/configuration.js    2012-07-19 17:30:01 +0900 (eea027c)
+++ lib/api/2011-02-01/configuration.js    2012-07-19 17:30:39 +0900 (b7506cb)
@@ -19,7 +19,7 @@ function createCommonErrorResponse(errorCode, message) {
         .element('Message').text(message).up()
       .up()
     .up()
-    .element('RequestId').up();
+    .element('RequestID').up();
 
   return doc.toString();
 }
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index