fixed comment typo

This commit is contained in:
Petr Skoda 2010-05-22 19:01:52 +00:00
parent 640df5d0df
commit 0f6db1c3d2

View File

@ -132,7 +132,7 @@ class ddl_change_structure_exception extends ddl_exception {
}
/**
* Error changing db structure, caused by some depency found
* Error changing db structure, caused by some dependency found
* like trying to modify one field having related indexes.
*/
class ddl_dependency_exception extends ddl_exception {