[Groonga-commit] groonga/gcs [master] Fix a typo: equestId -> requestId

Back to archive index

Yoji SHIDARA null+****@clear*****
Tue Nov 13 16:11:31 JST 2012


Yoji SHIDARA	2012-11-13 16:11:31 +0900 (Tue, 13 Nov 2012)

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

  Log:
    Fix a typo: equestId -> 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-11-13 09:53:41 +0900 (d6d889e)
+++ lib/api/2011-02-01/configuration.js    2012-11-13 16:11:31 +0900 (4f0e8a7)
@@ -28,7 +28,7 @@ function createCommonErrorResponse(errorCode, error, requestId) {
         .element('Message').text(error).up()
       .up()
     .up()
-    .element('RequestID').text(equestId).up();
+    .element('RequestID').text(requestId).up();
   return doc.toString(PRETTY_PRINT_OPTIONS);
 }
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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