~ubuntu-branches/debian/stretch/tcl-fitstcl/stretch

« back to all changes in this revision

Viewing changes to debian/patches/fix_spelling.patch

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2015-06-10 17:35:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150610173543-37jifpt0bjuocrr0
Tags: 2.4-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Author: Ole Streicher <debian@liska.ath.cx>
2
 
Description: Spellfixes
3
 
--- a/fitsCmds.c
4
 
+++ b/fitsCmds.c
5
 
@@ -212,7 +212,7 @@
6
 
         mSilent = 1;
7
 
       } else {
8
 
         Tcl_SetResult(curFile->interp, "fitsTcl Error: "
9
 
-                "unkown option: -s for load without read header", TCL_STATIC);
10
 
+                "unknown option: -s for load without read header", TCL_STATIC);
11
 
         return TCL_ERROR;
12
 
       }
13
 
    }
14
 
@@ -708,7 +708,7 @@
15
 
       "                        - if no rowList is provided, give all rows\n"
16
 
       "                        - if no colList is provided, give all columns\n"
17
 
       "                        - use colList = * for all columns\n"
18
 
-      "                        - -c means return each column as a seperate list.\n"
19
 
+      "                        - -c means return each column as a separate list.\n"
20
 
       "get vtable ?-noformat? colname firstelement ?rowList?\n"
21
 
       "                        - get the firstelement-th vector element\n"
22
 
       "\n";