patch #2007196, Typos in comments, thanks to knittl - knittl

This commit is contained in:
Marc Delisle
2008-07-01 19:21:28 +00:00
parent 71efad3fe7
commit 544831fda7
22 changed files with 56 additions and 54 deletions

View File

@@ -349,7 +349,7 @@ require_once './libraries/List.class.php';
foreach ($this->getGroupedDetails($offset, $count) as $group => $dbs) {
if (count($dbs) > 1) {
$return .= '<li>' . htmlspecialchars($group) . '<ul>' . "\n";
// wether display db_name cuted by the group part
// whether display db_name cut by the group part
$cut = true;
} else {
// .. or full
@@ -409,7 +409,7 @@ require_once './libraries/List.class.php';
if (count($dbs) > 1) {
$return .= '<optgroup label="' . htmlspecialchars($group)
. '">' . "\n";
// wether display db_name cuted by the group part
// whether display db_name cuted by the group part
$cut = true;
} else {
// .. or full