diff --git a/model/connect/DBSchemaManager.php b/model/connect/DBSchemaManager.php index 1836f84a1..6b1fffd1f 100644 --- a/model/connect/DBSchemaManager.php +++ b/model/connect/DBSchemaManager.php @@ -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