]> 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:04 +0000 (21:13 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 21:13:04 +0000 (21:13 +0000)
Bugzilla/DB.pm

index 22de30941a396b8a158e4493c484cf90563eb69f..c7a611330ca13f71809854880588a5fd28fe6ef3 100644 (file)
@@ -334,7 +334,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) = @_;