]> git.phdru.name Git - sqlconvert.git/commitdiff
Fix misspelling: mysq2sql -> mysql2sql
authorOleg Broytman <phd@phdru.name>
Sun, 11 Sep 2016 17:16:18 +0000 (20:16 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 11 Sep 2016 17:34:20 +0000 (20:34 +0300)
README.txt
docs/index.rst

index 7fff8cdfb5e9bbf384a2c7aea2829312e9b86ee8..4e23eb116f6e80f64048278dee77654e59f4a72f 100644 (file)
@@ -8,6 +8,6 @@ sqlparse to parse SQL.
 The library is in the early stage of development and currently cannot do
 much.
 
-The first goal is to implement mysq2sql, a script intended primarily to
+The first goal is to implement mysql2sql, a script intended primarily to
 convert mysqldump output (especially with extended INSERT syntax) to
 standard SQL to load at least to PostgreSQL or SQLite.
index 8ea923c2f7709f96ebe6d2fb501295d61f9b695e..84f0dd31e7247e9b4e3b45e3cd03870ac8426b5c 100644 (file)
@@ -11,7 +11,7 @@ This is sqlconvert, a library to implement SQL converters. It uses `sqlparse
 
 The library is in the early stage of development and currently cannot do much.
 
-The first goal is to implement `mysq2sql <mysq2sql.html>`_, a script intended
+The first goal is to implement `mysql2sql <mysql2sql.html>`_, a script intended
 primarily to convert mysqldump (especially with extended INSERT syntax) to
 standard SQL to load at least to PostgreSQL or SQLite.