Minor spelling fix, reported upstream at https://rt.cpan.org/Public/Bug/Display.html?id=114768
Index: libdbix-runsql-perl/lib/DBIx/RunSQL.pm
===================================================================
--- libdbix-runsql-perl.orig/lib/DBIx/RunSQL.pm
+++ libdbix-runsql-perl/lib/DBIx/RunSQL.pm
@@ -51,7 +51,7 @@ the SQL will be read from that. B<not im
 If C<sql> is undefined, the C<$::DATA> or the C<0> filehandle will
 be read until exhaustion.  B<not implemented>
 
-This allows to create SQL-as-programs as follows:
+This allows one to create SQL-as-programs as follows:
 
   #!/usr/bin/perl -w -MDBIx::RunSQL -e 'create()'
   create table ...
