From ede5cbdfe6f6200dc8425b8b5e78ad2f7960ed00 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" Date: Mon, 19 Jun 2006 14:53:56 +0000 Subject: [PATCH] Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Dascalu . git-svn-id: svn://10.0.0.236/trunk@200294 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/DB/Schema/Mysql.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/DB/Schema/Mysql.pm b/mozilla/webtools/bugzilla/Bugzilla/DB/Schema/Mysql.pm index 04ea92162cc..0069dcc7fa4 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/DB/Schema/Mysql.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/DB/Schema/Mysql.pm @@ -245,7 +245,7 @@ sub column_info_to_column { if (defined $column_info->{COLUMN_DEF}) { # The defaults that MySQL inputs automatically are usually # something that would be considered "false" by perl, either - # a 0 or an empty string. (Except for ddatetime and decimal + # a 0 or an empty string. (Except for datetime and decimal # fields, which have their own special auto-defaults.) # # Here's how we handle this: If it exists in the schema