Skip to content

Commit

Permalink
corrected spelling of MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
avanderberg committed Aug 24, 2012
1 parent 2c7668a commit daa5baf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions sample/DBLibraryDemo_MySql.html
Expand Up @@ -45,17 +45,17 @@
width: 10em;
}
</style>
<title>DBLibraryDemo MySql</title>
<title>DBLibraryDemo MySQL</title>
</head>
<body>
<h1>DBLibraryDemo MySql</h1>
<h1>DBLibraryDemo MySQL</h1>
<table border="1" id="setting">
<tr>
<th class="name" colspan="5">Setting</th>
</tr>
<tr>
<td class="name">Documentation</td>
<td class="colspan4" colspan="4">This is a sample Robot Library testsuite demonstrating the usage of the Database Library (<a href="http://code.google.com/p/robotframework-dblibrary/">http://code.google.com/p/robotframework-dblibrary/</a>). Please make sure you have setup a working MySql database and user according to the instrcutions given in the README.txt bundled with this demo.</td>
<td class="colspan4" colspan="4">This is a sample Robot Library testsuite demonstrating the usage of the Database Library (<a href="http://code.google.com/p/robotframework-dblibrary/">http://code.google.com/p/robotframework-dblibrary/</a>). Please make sure you have setup a working MySQL database and user according to the instrcutions given in the README.txt bundled with this demo.</td>
</tr>
<tr>
<td class="name">Suite Setup</td>
Expand Down
6 changes: 3 additions & 3 deletions sample/DBLibraryDemo_Remote_MySql.html
Expand Up @@ -40,18 +40,18 @@
width: 10em;
}
</style>
<title>Dblibrarydemo Mysql</title>
<title>Dblibrarydemo MySQL</title>
</head>
<body>
<h1>Dblibrarydemo Mysql</h1>
<h1>Dblibrarydemo MySQL</h1>
<table id="settings" border="1">
<tr>
<th class="name">Setting</th>
<th colspan="4">Value</th>
</tr>
<tr>
<td class="name">Documentation</td>
<td colspan="4">This is a sample Robot Library testsuite demonstrating the usage of the Database Library (<a href="http://code.google.com/p/robotframework-dblibrary/">http://code.google.com/p/robotframework-dblibrary/</a>). Please make sure you have setup a working MySql database and user according to the instrcutions given in the README.txt bundled with this demo.</td>
<td colspan="4">This is a sample Robot Library testsuite demonstrating the usage of the Database Library (<a href="http://code.google.com/p/robotframework-dblibrary/">http://code.google.com/p/robotframework-dblibrary/</a>). Please make sure you have setup a working MySQL database and user according to the instrcutions given in the README.txt bundled with this demo.</td>
</tr>
<tr>
<td class="name">Suite Setup</td>
Expand Down

0 comments on commit daa5baf

Please sign in to comment.