Author: Ole Streicher <debian@liska.ath.cx>
Description: Spellfixes
--- a/fitsCmds.c
+++ b/fitsCmds.c
@@ -212,7 +212,7 @@
 	 mSilent = 1;
       } else {
 	 Tcl_SetResult(curFile->interp, "fitsTcl Error: "
-		 "unkown option: -s for load without read header", TCL_STATIC);
+		 "unknown option: -s for load without read header", TCL_STATIC);
 	 return TCL_ERROR;
       }
    }
@@ -708,7 +708,7 @@
       "                        - if no rowList is provided, give all rows\n"
       "                        - if no colList is provided, give all columns\n"
       "                        - use colList = * for all columns\n"
-      "                        - -c means return each column as a seperate list.\n"
+      "                        - -c means return each column as a separate list.\n"
       "get vtable ?-noformat? colname firstelement ?rowList?\n"
       "                        - get the firstelement-th vector element\n"
       "\n";
