diff options
author | vladd%bugzilla.org <> | 2006-06-19 23:53:56 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-19 23:53:56 +0200 |
commit | c9138712c69e40c36f8961f20d2713d497c48875 (patch) | |
tree | abb425ac54f95362a2d4afe3cefb40be91aee5a4 /Bugzilla/DB/Schema | |
parent | 7b7c02c77af49484842667a9fdbf3f2ef69089fd (diff) | |
download | bugzilla-c9138712c69e40c36f8961f20d2713d497c48875.tar.gz bugzilla-c9138712c69e40c36f8961f20d2713d497c48875.tar.xz |
Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla/DB/Schema')
-rw-r--r-- | Bugzilla/DB/Schema/Mysql.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Schema/Mysql.pm b/Bugzilla/DB/Schema/Mysql.pm index 04ea92162..0069dcc7f 100644 --- a/Bugzilla/DB/Schema/Mysql.pm +++ b/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 |