]> git.phdru.name Git - sqlconvert.git/commitdiff
Minor fix in docs
authorOleg Broytman <phd@phdru.name>
Sat, 3 Sep 2016 15:56:00 +0000 (18:56 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 3 Sep 2016 16:06:00 +0000 (19:06 +0300)
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