Index: /trunk/FACT++/src/fits2sql.cc
===================================================================
--- /trunk/FACT++/src/fits2sql.cc	(revision 19156)
+++ /trunk/FACT++/src/fits2sql.cc	(revision 19157)
@@ -145,5 +145,5 @@
         "\n"
         "To choose the columns which should become primary keys, use --primary, "
-        "for exmaple:\n"
+        "for example:\n"
         "   --primary=col1\n"
         "To define more than one column as primary key, the option can be given more than "
@@ -207,5 +207,5 @@
         "or the query has less than 80*25 bytes.\n"
         "\n"
-        "In case of succes, 0 is returned, a value>0 otherwise.\n"
+        "In case of success, 0 is returned, a value>0 otherwise.\n"
         "\n"
         "Usage: fits2sql [options] --uri URI fitsfile.fits[.gz]\n"
Index: /trunk/FACT++/src/root2sql.cc
===================================================================
--- /trunk/FACT++/src/root2sql.cc	(revision 19156)
+++ /trunk/FACT++/src/root2sql.cc	(revision 19157)
@@ -152,5 +152,5 @@
         "\n"
         "To choose the columns which should become primary keys, use --primary, "
-        "for exmaple:\n"
+        "for example:\n"
         "   --primary=col1\n"
         "To define more than one column as primary key, the option can be given more than "
@@ -158,5 +158,5 @@
         "\n"
         "All columns are created as NOT NULL as default. To force a database engine "
-        "and/or a storage format, use --engine and --rot-format.\n"
+        "and/or a storage format, use --engine and --row-format.\n"
         "\n"
         "Usually, the INSERT query would fail if the PRIMARY key exists already. "
@@ -185,5 +185,5 @@
         "which means that the leaf MTime.fTime.fMilliSec is detected to be a Long64_t "
         "which is filled into a column called MilliSec. Leaves with non basic data types "
-        "are ignored automatically and are marked as (-n/a-). User ignored columnd "
+        "are ignored automatically and are marked as (-n/a-). User ignored columns "
         "are marked as (-ignored-).\n"
         "\n"
@@ -214,5 +214,5 @@
         "or the query has less than 80*25 bytes.\n"
         "\n"
-        "In case of succes, 0 is returned, a value>0 otherwise.\n"
+        "In case of success, 0 is returned, a value>0 otherwise.\n"
         "\n"
         "Usage: root2sql [options] -uri URI rootfile.root\n"
