summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 22:32:58 +0200
committervladd%bugzilla.org <>2006-06-19 22:32:58 +0200
commit395862da94fe918913e2610ca68e90957bdbe80c (patch)
treeeafcf80ca53a9dfc885b083d38aa42d4fdd7f5ec /Bugzilla/DB.pm
parent28c5f953b0ee63593cfb854684b6530e1a608fbf (diff)
downloadbugzilla-395862da94fe918913e2610ca68e90957bdbe80c.tar.gz
bugzilla-395862da94fe918913e2610ca68e90957bdbe80c.tar.xz
Spelling in code comments patch: 'theres' -> 'there's' 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 4a0099db4..0f4dec8a1 100644
--- a/Bugzilla/DB.pm
+++ b/Bugzilla/DB.pm
@@ -65,7 +65,7 @@ use constant BLOB_TYPE => DBI::SQL_BLOB;
# All this code is backwards compat fu. As such, its a bit ugly. Note the
# circular dependencies on Bugzilla.pm
-# This is old cruft which will be removed, so theres not much use in
+# This is old cruft which will be removed, so there's not much use in
# having a separate package for it, or otherwise trying to avoid the circular
# dependency