aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_update.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-04-02 15:47:23 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-04-02 15:47:23 +0000
commit1d1b5e6446667cc03cb765c789e269b4efa7e3a8 (patch)
tree4c61193c8211363f6a70e38748c022df1e984e41 /phpBB/install/install_update.php
parent9850d7756ac0a140077264b8a152ff15495aa229 (diff)
downloadforums-1d1b5e6446667cc03cb765c789e269b4efa7e3a8.tar
forums-1d1b5e6446667cc03cb765c789e269b4efa7e3a8.tar.gz
forums-1d1b5e6446667cc03cb765c789e269b4efa7e3a8.tar.bz2
forums-1d1b5e6446667cc03cb765c789e269b4efa7e3a8.tar.xz
forums-1d1b5e6446667cc03cb765c789e269b4efa7e3a8.zip
some fixes...
git-svn-id: file:///svn/phpbb/trunk@7266 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_update.php')
-rw-r--r--phpBB/install/install_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php
index 5837a09834..3f18439f08 100644
--- a/phpBB/install/install_update.php
+++ b/phpBB/install/install_update.php
@@ -929,7 +929,7 @@ class install_update extends module
}
// If the file exists within the old directory the file got removed and we will write it back
- // not a biggie, but we might want to state this circumstance seperatly later.
+ // not a biggie, but we might want to state this circumstance separately later.
// if (file_exists($this->old_location . $file))
// {
// $update_list['removed'][] = $file;