From 0f6db1c3d232178ed32a4b2c2866238c19c11170 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sat, 22 May 2010 19:01:52 +0000 Subject: [PATCH] fixed comment typo --- lib/ddllib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {