From f867b200e24293d5afe12ec0ea619e2a1f89d190 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 21:13:04 +0000 Subject: Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; patch by Vlad Dascalu . --- Bugzilla/DB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/DB.pm') diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index 22de30941..c7a611330 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) = @_; -- cgit v1.2.3-24-g4f1b