]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; patch...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 21:13:14 +0000 (21:13 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 21:13:14 +0000 (21:13 +0000)
Bugzilla/DB.pm

index ea5e73e854dc982434a30f28e17fc40e470f1e92..04bfcc52f3c49ad30bc5a6b743ccd904b87bce96 100644 (file)
@@ -336,7 +336,7 @@ sub bz_setup_database {
     }
 }
 
-# The defauly implementation just returns what you passed-in. This function
+# The default implementation just returns what you passed-in. This function
 # really exists just to be overridden in Bugzilla::DB::Mysql.
 sub bz_enum_initial_values {
     my ($self, $enum_defaults) = @_;