Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Sep 22, 2015
1 parent 1230704 commit 4412a3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libraries/VersionInformation.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Responsile for retrieving version information and notifiying about latest version
* Responsible for retrieving version information and notifiying about latest version
*
* @package PhpMyAdmin
*/
Expand All @@ -10,7 +10,7 @@
}

/**
* Responsile for retrieving version information and notifiying about latest version
* Responsible for retrieving version information and notifiying about latest version
*
* @package PhpMyAdmin
*
Expand Down Expand Up @@ -175,11 +175,11 @@ public function versionToInt($version)

/**
* Returns the version and date of the latest phpMyAdmin version compatible
* with avilable PHP and MySQL versions
* with the available PHP and MySQL versions
*
* @param array $releases array of information related to each version
*
* @return array containing the version and date of latest compatibel version
* @return array containing the version and date of latest compatible version
*/
public function getLatestCompatibleVersion($releases)
{
Expand Down Expand Up @@ -267,4 +267,4 @@ protected function getMySQLVersion()
return PMA_Util::cacheGet('PMA_MYSQL_STR_VERSION');
}
}
?>
?>

0 comments on commit 4412a3a

Please sign in to comment.