summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 23:13:04 +0200
committervladd%bugzilla.org <>2006-06-19 23:13:04 +0200
commitf867b200e24293d5afe12ec0ea619e2a1f89d190 (patch)
treefe321bbadc374160d773f25b13d6d9c0f67c732a /Bugzilla/DB.pm
parent1729aae4ce49c0448359e5dfb301102761e8e511 (diff)
downloadbugzilla-f867b200e24293d5afe12ec0ea619e2a1f89d190.tar.gz
bugzilla-f867b200e24293d5afe12ec0ea619e2a1f89d190.tar.xz
Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla/DB.pm')
-rw-r--r--Bugzilla/DB.pm2
1 files changed, 1 insertions, 1 deletions
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) = @_;