speling mistake
[DBIx-DataSource.git] / DataSource.pm
index 87fef47..9a7981d 100644 (file)
@@ -7,11 +7,11 @@ use Exporter;
 @ISA = qw(Exporter);
 @EXPORT_OK = qw( create_database drop_database );
 
-$VERSION = '0.02';
+$VERSION = '0.03';
 
 =head1 NAME
 
-DBIx::DataSource - Database-independant create and drop functions
+DBIx::DataSource - Database-independent create and drop functions
 
 =head1 SYNOPSIS