summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/DB.pm')
-rw-r--r--Bugzilla/DB.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm
index 51b5c5389..c76682e23 100644
--- a/Bugzilla/DB.pm
+++ b/Bugzilla/DB.pm
@@ -44,10 +44,10 @@ use Bugzilla::Config qw(:DEFAULT :db);
use Bugzilla::Util;
# All this code is backwards compat fu. As such, its a bit ugly. Note the
-# circular dependancies on Bugzilla.pm
+# circular dependencies on Bugzilla.pm
# This is old cruft which will be removed, so theres not much use in
# having a separate package for it, or otherwise trying to avoid the circular
-# dependancy
+# dependency
# XXX - mod_perl
# These use |our| instead of |my| because they need to be cleared from