From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 20:33:13 +0000 (+0000) Subject: Spelling in code comments patch: 'theres' -> 'there's' in Bugzilla/DB.pm; patch by... X-Git-Tag: bugzilla-2.22.1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff6f18fed519cc4ebb39ce0c160153aac2c3ac36;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'theres' -> 'there's' in Bugzilla/DB.pm; patch by Vlad Dascalu . --- diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index 127218843e..c1f8b11fb6 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -64,7 +64,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