summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-02-17 07:56:31 +0100
committermkanat%kerio.com <>2005-02-17 07:56:31 +0100
commit4d2f2325507877dd6743dd0f9474ee748e18a41e (patch)
treee449b7fa7173fc623d8fa6903e7fe65bb9914e23 /Bugzilla/DB.pm
parent710625c68cc4e2659abac5f6ad98e8e2954ad745 (diff)
downloadbugzilla-4d2f2325507877dd6743dd0f9474ee748e18a41e.tar.gz
bugzilla-4d2f2325507877dd6743dd0f9474ee748e18a41e.tar.xz
Bug (None): Fix a spelling error from bug 237862
Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
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 bfb2f77f3..3e3f45c66 100644
--- a/Bugzilla/DB.pm
+++ b/Bugzilla/DB.pm
@@ -196,7 +196,7 @@ sub import {
}
# note that when multiple databases are supported, version number does not
-# make sense anymore (as it is DB dependant). This needs to be removed in
+# make sense anymore (as it is DB-dependent). This needs to be removed in
# the future and places where it's used fixed.
my $cached_server_version;
sub server_version {