Commit f867b200 authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; patch…

Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent 1729aae4
......@@ -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) = @_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment