Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jonjensen committed Mar 1, 2018
1 parent e066d5c commit 7d0907e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7d0907e

Please sign in to comment.