Typo fix.
[dbsrgits/SQL-Translator.git] / bin / sqlt
index 6b001f1..cc369bd 100755 (executable)
--- a/bin/sqlt
+++ b/bin/sqlt
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 # -------------------------------------------------------------------
-# $Id: sqlt,v 1.2 2003-08-26 03:54:59 kycl4rk Exp $
+# $Id: sqlt,v 1.3 2003-09-03 14:52:50 dlc Exp $
 # -------------------------------------------------------------------
 # Copyright (C) 2002 Ken Y. Clark <kclar@cpan.org>,
 #                    darren chamberlain <darren@cpan.org>
@@ -68,7 +68,7 @@ To translate a schema:
 
   HTML/POD Producer Options:
 
-    --pretty           Use CGI::Pretty for the outpu
+    --pretty           Use CGI::Pretty for the output
     --title            Title of schema
 
   TTSchema Producer Options:
@@ -106,7 +106,7 @@ use Pod::Usage;
 use SQL::Translator;
 
 use vars qw( $VERSION );
-$VERSION = sprintf "%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/;
+$VERSION = sprintf "%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/;
 
 my $from;             # the original database
 my $to;               # the destination database