From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 21:13:04 +0000 (+0000) Subject: Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; patch... X-Git-Tag: bugzilla-2.23.2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f867b200e24293d5afe12ec0ea619e2a1f89d190;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 22de30941a..c7a611330c 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -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) = @_;