Fixing typo in DataMigrationManager

--HG--
branch : 1.x
This commit is contained in:
Zoltán Lehóczky
2013-05-24 22:32:55 +02:00
parent 9bb1009400
commit 0ce77ed40c

View File

@@ -111,7 +111,7 @@ namespace Orchard.Data.Migration {
current = (int) lookupTable[current].Invoke(migration, new object[0]);
}
catch (Exception ex) {
Logger.Error(ex, "An unexpected error orccured while applying migration on {0} from version {1}", feature, current);
Logger.Error(ex, "An unexpected error occurred while applying migration on {0} from version {1}", feature, current);
throw;
}
}