]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Dascalu...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 21:53:56 +0000 (21:53 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 21:53:56 +0000 (21:53 +0000)
Bugzilla/DB/Schema/Mysql.pm

index 04ea92162cce8103cd0b535e995ede66bba95b0a..0069dcc7fa4327fa405f06d07f319985e7494b50 100644 (file)
@@ -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