spelling fix

This commit is contained in:
Petr Skoda 2010-09-18 12:59:57 +00:00
parent a873afc1f7
commit 07aa46b334

View File

@ -153,7 +153,7 @@ function imsc_migrate_get_old_files($path, $relative) {
$items = new DirectoryIterator($path); $items = new DirectoryIterator($path);
foreach ($items as $item) { foreach ($items as $item) {
if ($item->isDot() or $item->isLink()) { if ($item->isDot() or $item->isLink()) {
// symbolik links could create infinite loops or cause unintended file migration, sorry // symbolic links could create infinite loops or cause unintended file migration, sorry
continue; continue;
} }
$pathname = $item->getPathname(); $pathname = $item->getPathname();