diff --git a/lib/ddllib.php b/lib/ddllib.php index 3e25116ec8d..e603d66b750 100644 --- a/lib/ddllib.php +++ b/lib/ddllib.php @@ -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 {