From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 21:13:14 +0000 (+0000) Subject: Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; patch... X-Git-Tag: bugzilla-2.22.1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d129c300936a9b432fe054da0b7d945b7cd960fb;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; patch by Vlad Dascalu . --- diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index ea5e73e854..04bfcc52f3 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -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) = @_;