#59 #72
authoradam <adamansky@gmail.com>
Wed, 17 Jul 2013 18:26:39 +0000 (01:26 +0700)
committeradam <adamansky@gmail.com>
Wed, 17 Jul 2013 18:26:39 +0000 (01:26 +0700)
tcejdb/ejdb.h

index 2fde7b1..814f75d 100644 (file)
@@ -570,7 +570,7 @@ EJDB_EXPORT bool ejdbimport(EJDB *jb, const char *path, TCLIST *cnames, int flag
  *
  *    Command response:
  *       {
- *          "log" : string,        //Diagnostic log about execution this command
+ *          "log" : string,        //Diagnostic log about executing this command
  *          "error" : string|null, //ejdb error message
  *          "errorCode" : int|0,   //ejdb error code
  *       }
@@ -585,7 +585,7 @@ EJDB_EXPORT bool ejdbimport(EJDB *jb, const char *path, TCLIST *cnames, int flag
  *
  *     Command response:
  *       {
- *          "log" : string,        //Diagnostic log about execution this command
+ *          "log" : string,        //Diagnostic log about executing this command
  *          "error" : string|null, //ejdb error message
  *          "errorCode" : int|0,   //ejdb error code
  *       }