]> git.phdru.name Git - sqlconvert.git/commitdiff
Fix minor misspellings in docs
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:16:18 +0000 (20:16 +0300)
README.txt
docs/index.rst

index 2e444746fcdebf7a61844fa24ed2e606970e4bba..7fff8cdfb5e9bbf384a2c7aea2829312e9b86ee8 100644 (file)
@@ -2,12 +2,12 @@ Broytman SQL converter, Copyright (C) 2016 PhiloSoft Design
 Author: Oleg Broytman <phd@phdru.name>
 License: GPL
 
-This is sqlconvert, a a library to perform SQL convertions. It uses
+This is sqlconvert, a library to perform SQL conversions. It uses
 sqlparse to parse SQL.
 
 The library is in the early stage of development and currently cannot do
 much.
 
-The first goal is to implemet mysq2sql, a script intended primarily to
+The first goal is to implement mysq2sql, 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 92893b357ded7ca237863b70868d8243dc611c88..8ea923c2f7709f96ebe6d2fb501295d61f9b695e 100644 (file)
@@ -6,12 +6,12 @@
 Welcome to sqlconvert's documentation!
 =====================================
 
-This is sqlconvert, a library to implenet SQL converters. It uses `sqlparse
+This is sqlconvert, a library to implement SQL converters. It uses `sqlparse
 <https://github.com/andialbrecht/sqlparse>`_ to parse SQL.
 
-The program is in its initial phase and currently cannot do much.
+The library is in the early stage of development and currently cannot do much.
 
-The first goal is to implemet `mysq2sql <mysq2sql.html>`_, a script intended
+The first goal is to implement `mysq2sql <mysq2sql.html>`_, a script intended
 primarily to convert mysqldump (especially with extended INSERT syntax) to
 standard SQL to load at least to PostgreSQL or SQLite.