Browse Source

Merge pull request #6 from cmsimike/master

Fixed up a spelling mistake
TechEmpower 12 years ago
parent
commit
abe639c426
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -172,7 +172,7 @@ This test will:
 * Set the response Content-Type to application/json.
 * Set the response Content-Type to application/json.
 * Serialize the row to JSON and send the resulting string as the response.
 * Serialize the row to JSON and send the resulting string as the response.
 
 
-By convnetion, if the test does not use an ORM, and instead uses the raw database connectivity provided by the platform (e.g., JDBC), we append a "-raw" to the test name in the [benchmark_config](#the-benchmark_config-file) file.  For example, "php-raw".
+By convention, if the test does not use an ORM, and instead uses the raw database connectivity provided by the platform (e.g., JDBC), we append a "-raw" to the test name in the [benchmark_config](#the-benchmark_config-file) file.  For example, "php-raw".
 
 
 Pseudo-code:
 Pseudo-code:
 
 
@@ -279,4 +279,4 @@ The setup file is a python file that contains a start() and a stop() function. H
       subprocess.check_call("$RESIN_HOME/bin/resinctl shutdown", shell=True)
       subprocess.check_call("$RESIN_HOME/bin/resinctl shutdown", shell=True)
       return 0
       return 0
     except subprocess.CalledProcessError:
     except subprocess.CalledProcessError:
-      return 1
+      return 1