[interchange] Fix typo

Jon Jensen <[email protected]> Fri, 02 Mar 2018 18:14:26 +0000
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
commit 7d0907ee324713bac7a388d9449887d455088133
Author: Jon Jensen <[email protected]>
Date:   Wed Feb 28 20:06:31 2018 -0700

    Fix typo

 lib/Vend/Table/DBI.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/Vend/Table/DBI.pm b/lib/Vend/Table/DBI.pm
index a408dda..4a9dd51 100644
--- a/lib/Vend/Table/DBI.pm
+++ b/lib/Vend/Table/DBI.pm
@@ -1,6 +1,6 @@
 # Vend::Table::DBI - Access a table stored in an DBI/DBD database
 #
-# Copyright (C) 2002-2017 Interchange Development Group
+# Copyright (C) 2002-2018 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -31,7 +31,7 @@ use Vend::Table::DBI;
 
 This is the database code that links Interchange to database tables as
 presented by Perl DBI, and which are interfaced by SQL. Some may
-conceivably be non-SQL tables with DBI frontents, but most Interchange
+conceivably be non-SQL tables with DBI frontends, but most Interchange
 installations use MySQL or Postgres.
 
 =head1 METHODS