summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla')
-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) = @_;