fixed a few spelling errors in /admin/

This commit is contained in:
Petr Skoda
2010-09-17 10:27:26 +00:00
parent 820f107a10
commit eab8ed9fb7
40 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
if (empty($version)) {
$version = $env_version;
}
///Iterate over each version, adding bigged than current
///Iterate over each version, adding bigger than current
foreach ($env_versions as $env_version) {
if (version_compare(normalize_version($current_version), $env_version, '<')) {
$versions[$env_version] = $env_version;