From a1656ddf79eb1c474bc4bb80b0f6d939dfdbd0f4 Mon Sep 17 00:00:00 2001 From: Eloy Lafuente Date: Mon, 22 Mar 2010 09:27:35 +0000 Subject: [PATCH] MDL-21874 - phisics are physics :-P --- lib/ddl/sql_generator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ddl/sql_generator.php b/lib/ddl/sql_generator.php index d919fa9d95f..04fcdce7cfb 100644 --- a/lib/ddl/sql_generator.php +++ b/lib/ddl/sql_generator.php @@ -950,7 +950,7 @@ abstract class sql_generator { /// Implement one basic cache to avoid object name duplication /// along all the request life, but never to return cached results /// We need this because sql statements are created before executing - /// them, hence names doesn't exist "phisically" yet in DB, so we need + /// them, hence names doesn't exist "physically" yet in DB, so we need /// to known which ones have been used if (!isset($used_names)) { static $used_names = array(); -- 2.36.1