From 395862da94fe918913e2610ca68e90957bdbe80c Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 20:32:58 +0000 Subject: Spelling in code comments patch: 'theres' -> 'there's' in Bugzilla/DB.pm; patch by Vlad Dascalu . --- Bugzilla/DB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') 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 -- cgit v1.2.3-24-g4f1b