]> git.phdru.name Git - sqlconvert.git/blobdiff - docs/index.rst
Minor fix in docs
[sqlconvert.git] / docs / index.rst
index 49cb311151e8825fa19315cc6b91e54dcf2e4a1d..927bddc299dea79f10ab34e84ae9a55956615d18 100644 (file)
@@ -44,7 +44,7 @@ example::
     mysql-to-sql.py -o outfile.sql < infile.sql
     cat infile.sql | mysql-to-sql.py -o outfile.sql
 
-But of course it simple can be::
+But of course it simply can be::
 
     mysql-to-sql.py - outfile.sql < infile.sql
     cat infile.sql | mysql-to-sql.py - outfile.sql