]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'theres' -> 'there's' in Bugzilla/DB.pm; patch by...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 20:33:13 +0000 (20:33 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 20:33:13 +0000 (20:33 +0000)
Bugzilla/DB.pm

index 127218843ec0e680bd7d303393473f1b2719cc50..c1f8b11fb6f3728276d06f4d050ce8626ce598dc 100644 (file)
@@ -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