Merge pull request #4575 from powtac/patch-1

Typo
This commit is contained in:
Damian Mooyman 2015-09-03 13:51:00 +12:00
commit 83f276fa3f

View File

@ -181,7 +181,7 @@ abstract class DBSchemaManager {
return (bool) $this->schemaUpdateTransaction;
}
// Transactional schema altering functions - they don't do anyhting except for update schemaUpdateTransaction
// Transactional schema altering functions - they don't do anything except for update schemaUpdateTransaction
/**
* Instruct the schema manager to record a table creation to later execute