[Debian-astro-commits] [cspice] 33/48: d/p/fix-spelling-errors: Add patch
Rock Storm
rockstorm-guest at moszumanska.debian.org
Thu Dec 15 21:32:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
rockstorm-guest pushed a commit to branch debian
in repository cspice.
commit 56db150b78989898359fcb417e8d2a4f433e64cb
Author: Rock Storm <rockstorm at gmx.com>
Date: Sun Nov 20 10:25:12 2016 +0100
d/p/fix-spelling-errors: Add patch
---
debian/patches/fix-spelling-errors.patch | 1549 ++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 1550 insertions(+)
diff --git a/debian/patches/fix-spelling-errors.patch b/debian/patches/fix-spelling-errors.patch
new file mode 100644
index 0000000..d8ba10f
--- /dev/null
+++ b/debian/patches/fix-spelling-errors.patch
@@ -0,0 +1,1549 @@
+Subject: Fix spelling errors
+From: Rock Storm <rockstorm at gmx.com>
+
+--- a/src/brief_c/objadd.c
++++ b/src/brief_c/objadd.c
+@@ -221,7 +221,7 @@
+ chkin_("OBJADD", (ftnlen)6);
+ setmsg_("A serious error has occurred. The object list is supposed to h"
+ "ave room available in it, but no free areas were located. The m"
+- "ost likely cause is that the object list has been inadvertantly "
++ "ost likely cause is that the object list has been inadvertently "
+ "corrupted by some portion of your software. The other possibili"
+ "ty is that there is a bug in the SPICE code. ", (ftnlen)300);
+ sigerr_("SPICE(BUG)", (ftnlen)10);
+--- a/src/chrnos_c/cronos.c
++++ b/src/chrnos_c/cronos.c
+@@ -320,7 +320,7 @@ static doublereal c_b511 = 1.;
+
+ /* The CMDLIN input argument, specifying the time systems/types from */
+ /* which and to which the conversion should be done along with a set */
+-/* of the other parameters needed to perform the converison, */
++/* of the other parameters needed to perform the conversion, */
+ /* incorporates these specification in a single line, similar to a */
+ /* command line for an executable. The command line has the following */
+ /* syntax: */
+@@ -372,7 +372,7 @@ static doublereal c_b511 = 1.;
+
+ /* The case of command line switches is insignificant. */
+
+-/* This routine supports converison between the following time */
++/* This routine supports conversion between the following time */
+ /* systems, that can be specified after the -FROM and -TO command */
+ /* line switches: */
+
+@@ -892,7 +892,7 @@ static doublereal c_b511 = 1.;
+
+ if (s_cmp(tofrmt, " ", (ftnlen)256, (ftnlen)1) != 0) {
+
+-/* Is formating applicable to time system/type? */
++/* Is formatting applicable to time system/type? */
+
+ if (fmtted[(i__1 = tosidx + (totidx << 2) - 5) < 40 && 0 <= i__1 ?
+ i__1 : s_rnge("fmtted", i__1, "cronos_", (ftnlen)808)]) {
+@@ -1837,7 +1837,7 @@ static doublereal c_b511 = 1.;
+ ftnlen)256, (ftnlen)6) != 0 || pos_(tofrmt, "::TDT", &
+ c__1, (ftnlen)256, (ftnlen)5) != 0) {
+ setmsg_("Output format picture '#' which is supposed to "
+- "be a suitable for formating time as UTC contains"
++ "be a suitable for formatting time as UTC contains"
+ " TDB, TDT, GCAL, JCAL or MCAL token which tells "
+ "SPICE time subsystem to output time in the corre"
+ "sponding non-UTC time system.", (ftnlen)220);
+@@ -1918,7 +1918,7 @@ static doublereal c_b511 = 1.;
+ ftnlen)256, (ftnlen)6) != 0 || pos_(tofrmt, "::TDT", &
+ c__1, (ftnlen)256, (ftnlen)5) != 0) {
+ setmsg_("Output format picture '#' which is supposed to "
+- "be a suitable for formating time as ET contains "
++ "be a suitable for formatting time as ET contains "
+ "UTC, TDT, GCAL, JCAL or MCAL token which will te"
+ "ll SPICE time subsystem to output time in the co"
+ "rresponding non-ET time system.", (ftnlen)222);
+--- a/src/cspice/appndc.c
++++ b/src/cspice/appndc.c
+@@ -121,7 +121,7 @@
+ /* appends the element 'PLUTO' at the location PLANETS (9), and the */
+ /* cardinality is updated. */
+
+-/* If the cell is not big enough to accomodate the addition of */
++/* If the cell is not big enough to accommodate the addition of */
+ /* the item, an error is signalled. In this case, the cell is not */
+ /* altered. */
+
+@@ -167,9 +167,9 @@
+ chkin_("APPNDC", (ftnlen)6);
+ }
+
+-/* Check to see if the cell can accomodate the addition of a */
++/* Check to see if the cell can accommodate the addition of a */
+ /* new item. If there is room, append the item to the cell and */
+-/* reset the cardinality. If the cell cannot accomodate the */
++/* reset the cardinality. If the cell cannot accommodate the */
+ /* addition of a new item, signal an error. */
+
+ nwcard = cardc_(cell, cell_len) + 1;
+@@ -177,7 +177,7 @@
+ s_copy(cell + (nwcard + 5) * cell_len, item, cell_len, item_len);
+ scardc_(&nwcard, cell, cell_len);
+ } else {
+- setmsg_("The cell cannot accomodate the addition of the item *.", (
++ setmsg_("The cell cannot accommodate the addition of the item *.", (
+ ftnlen)54);
+ errch_("*", item, (ftnlen)1, item_len);
+ sigerr_("SPICE(CELLTOOSMALL)", (ftnlen)19);
+--- a/src/cspice/appndd.c
++++ b/src/cspice/appndd.c
+@@ -116,7 +116,7 @@
+ /* appends the element 34.0D0 at the location NUMBERS (9), and the */
+ /* cardinality is updated. */
+
+-/* If the cell is not big enough to accomodate the addition of */
++/* If the cell is not big enough to accommodate the addition of */
+ /* the item, an error is signalled. In this case, the cell is not */
+ /* altered. */
+
+@@ -167,9 +167,9 @@
+ chkin_("APPNDD", (ftnlen)6);
+ }
+
+-/* Check to see if the cell can accomodate the addition of a */
++/* Check to see if the cell can accommodate the addition of a */
+ /* new item. If there is room, append the item to the cell and */
+-/* reset the cardinality. If the cell cannot accomodate the */
++/* reset the cardinality. If the cell cannot accommodate the */
+ /* addition of a new item, signal an error. */
+
+ nwcard = cardd_(cell) + 1;
+@@ -177,7 +177,7 @@
+ cell[nwcard + 5] = *item;
+ scardd_(&nwcard, cell);
+ } else {
+- setmsg_("The cell cannot accomodate the addition of the element *. ",
++ setmsg_("The cell cannot accommodate the addition of the element *. ",
+ (ftnlen)58);
+ errdp_("*", item, (ftnlen)1);
+ sigerr_("SPICE(CELLTOOSMALL)", (ftnlen)19);
+--- a/src/cspice/appndi_c.c
++++ b/src/cspice/appndi_c.c
+@@ -173,7 +173,7 @@
+ if ( cell->card == cell->size )
+ {
+ chkin_c ( "appndi_c" );
+- setmsg_c ( "The cell cannot accomodate the addition of the "
++ setmsg_c ( "The cell cannot accommodate the addition of the "
+ "element *" );
+ errint_c ( "*", item );
+ sigerr_c ( "SPICE(CELLTOOSMALL)" );
+--- a/src/cspice/bltfrm.c
++++ b/src/cspice/bltfrm.c
+@@ -312,7 +312,7 @@ static integer c__127 = 127;
+ /* - SPICELIB Version 1.5.0, 11-OCT-2011 (BVS) */
+
+ /* Increased the number of non-inertial frames from 100 to 105 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_CERES */
+ /* IAU_PALLAS */
+@@ -323,7 +323,7 @@ static integer c__127 = 127;
+ /* - SPICELIB Version 1.4.0, 11-MAY-2010 (BVS) */
+
+ /* Increased the number of non-inertial frames from 96 to 100 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_BORRELLY */
+ /* IAU_TEMPEL_1 */
+@@ -333,7 +333,7 @@ static integer c__127 = 127;
+ /* - SPICELIB Version 1.3.0, 12-DEC-2002 (BVS) */
+
+ /* Increased the number of non-inertial frames from 85 to 96 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_CALLIRRHOE */
+ /* IAU_THEMISTO */
+@@ -350,7 +350,7 @@ static integer c__127 = 127;
+ /* - SPICELIB Version 1.2.0, 02-AUG-2002 (FST) */
+
+ /* Increased the number of non-inertial frames from 81 to 85 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_PAN */
+ /* IAU_GASPRA */
+@@ -360,7 +360,7 @@ static integer c__127 = 127;
+ /* - SPICELIB Version 1.1.0, 20-FEB-1997 (WLT) */
+
+ /* Increased the number of non-inertial frames from 79 to 81 */
+-/* in order to accomodate the following earth rotation */
++/* in order to accommodate the following earth rotation */
+ /* models: */
+
+ /* ITRF93 */
+--- a/src/cspice/chbase.c
++++ b/src/cspice/chbase.c
+@@ -293,7 +293,7 @@ integer chbase_(void)
+ /* - SPICELIB Version 2.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 2.0.3, 24-SEP-1999 (NJB) */
+@@ -303,13 +303,13 @@ integer chbase_(void)
+ /* - SPICELIB Version 2.0.2, 28-JUL-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are PC-DIGITAL, SGI-O32 and SGI-N32. */
+
+ /* - SPICELIB Version 2.0.1, 18-MAR-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. Previously, */
++/* environments are now explicitly given. Previously, */
+ /* environments such as SUN-SUNOS and SUN-SOLARIS were implied */
+ /* by the environment label SUN. */
+
+--- a/src/cspice/dafah.c
++++ b/src/cspice/dafah.c
+@@ -708,7 +708,7 @@ static logical c_true = TRUE_;
+ /* - SPICELIB Version 7.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 7.0.3, 16-SEP-1999 (NJB) */
+@@ -1436,7 +1436,7 @@ L_dafopr:
+
+ /* - SPICELIB Version 8.1.0, 02-APR-2002 (FST) */
+
+-/* This routine was updated to accomodate changes to the */
++/* This routine was updated to accommodate changes to the */
+ /* handle manager interface. See DAFAH's Revision section */
+ /* for details. */
+
+@@ -1449,7 +1449,7 @@ L_dafopr:
+ /* - SPICELIB Version 7.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 7.0.3, 16-SEP-1999 (NJB) */
+@@ -1804,7 +1804,7 @@ L_dafopw:
+
+ /* - SPICELIB Version 8.1.0, 02-APR-2002 (FST) */
+
+-/* This routine was updated to accomodate changes to the */
++/* This routine was updated to accommodate changes to the */
+ /* handle manager interface. See DAFAH's Revision section */
+ /* for details. */
+
+@@ -1817,7 +1817,7 @@ L_dafopw:
+ /* - SPICELIB Version 7.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 7.0.3, 16-SEP-1999 (NJB) */
+@@ -2238,7 +2238,7 @@ L_dafonw:
+
+ /* - SPICELIB Version 8.1.0, 02-APR-2002 (FST) */
+
+-/* This routine was updated to accomodate changes to the */
++/* This routine was updated to accommodate changes to the */
+ /* handle manager interface. See DAFAH's Revision section */
+ /* for details. */
+
+@@ -2251,7 +2251,7 @@ L_dafonw:
+ /* - SPICELIB Version 7.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 7.0.3, 16-SEP-1999 (NJB) */
+@@ -2760,7 +2760,7 @@ L_dafopn:
+
+ /* - SPICELIB Version 8.1.0, 02-APR-2002 (FST) */
+
+-/* This routine was updated to accomodate changes to the */
++/* This routine was updated to accommodate changes to the */
+ /* handle manager interface. See DAFAH's Revision section */
+ /* for details. */
+
+@@ -2773,7 +2773,7 @@ L_dafopn:
+ /* - SPICELIB Version 7.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 7.0.3, 16-SEP-1999 (NJB) */
+@@ -3354,7 +3354,7 @@ L_dafcls:
+
+ /* - SPICELIB Version 8.1.0, 02-APR-2002 (FST) */
+
+-/* This routine was updated to accomodate changes to the */
++/* This routine was updated to accommodate changes to the */
+ /* handle manager interface. See DAFAH's Revision section */
+ /* for details. */
+
+@@ -3367,7 +3367,7 @@ L_dafcls:
+ /* - SPICELIB Version 7.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 7.0.3, 16-SEP-1999 (NJB) */
+@@ -3687,7 +3687,7 @@ L_dafhsf:
+ /* - SPICELIB Version 7.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 7.0.3, 16-SEP-1999 (NJB) */
+@@ -3896,7 +3896,7 @@ L_dafhlu:
+ /* - SPICELIB Version 7.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 7.0.3, 16-SEP-1999 (NJB) */
+@@ -4114,7 +4114,7 @@ L_dafluh:
+ /* - SPICELIB Version 7.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 7.0.3, 16-SEP-1999 (NJB) */
+@@ -4339,7 +4339,7 @@ L_dafhfn:
+ /* - SPICELIB Version 7.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 7.0.3, 16-SEP-1999 (NJB) */
+@@ -4566,7 +4566,7 @@ L_daffnh:
+ /* - SPICELIB Version 7.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 7.0.3, 16-SEP-1999 (NJB) */
+@@ -4808,7 +4808,7 @@ L_dafhof:
+ /* - SPICELIB Version 7.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 7.0.3, 16-SEP-1999 (NJB) */
+@@ -5077,7 +5077,7 @@ L_dafsih:
+ /* - SPICELIB Version 7.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 7.0.3, 16-SEP-1999 (NJB) */
+--- a/src/cspice/dafec.c
++++ b/src/cspice/dafec.c
+@@ -339,7 +339,7 @@ static integer c__5000 = 5000;
+ /* DAF. The maximum length of a line stored in the comment area */
+ /* should be kept reasonable, so that they may be easily */
+ /* extracted. A good value for this would be 1000 characters, as */
+-/* this can easily accomodate ``screen width'' lines as well as */
++/* this can easily accommodate ``screen width'' lines as well as */
+ /* long lines which may contain some other form of information. */
+
+ /* 3) This routine is only used to read records on environments */
+--- a/src/cspice/dafwfr.c
++++ b/src/cspice/dafwfr.c
+@@ -183,7 +183,7 @@ static integer c__1 = 1;
+
+ /* - SPICELIB Version 3.0.0, 21-MAR-1999 (FST) */
+
+-/* This routine was modified to accomodate the preservation */
++/* This routine was modified to accommodate the preservation */
+ /* of the FTP validation and binary file format strings that */
+ /* are now part of the DAF file record. */
+
+--- a/src/cspice/dasec.c
++++ b/src/cspice/dasec.c
+@@ -314,7 +314,7 @@ static integer c__21 = 21;
+ /* DAS file. The maximum length of a line stored in the comment */
+ /* area should be kept reasonable, so that they may be easily */
+ /* extracted. A good value for this would be 255 characters, as */
+-/* this can easily accomodate ``screen width'' lines as well as */
++/* this can easily accommodate ``screen width'' lines as well as */
+ /* long lines which may contain some other form of information. */
+
+ /* $ Literature_References */
+--- a/src/cspice/dasfm.c
++++ b/src/cspice/dasfm.c
+@@ -673,7 +673,7 @@ static integer c__256 = 256;
+
+ /* - SPICELIB Version 6.0.0, 11-DEC-2001 (NJB) (FST) */
+
+-/* To accomodate future updates to the DAS system, including */
++/* To accommodate future updates to the DAS system, including */
+ /* integration with the handle manager and FTP validation */
+ /* checks, the following entry points were modified: */
+
+@@ -692,7 +692,7 @@ static integer c__256 = 256;
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -1209,7 +1209,7 @@ L_dasopr:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -1945,7 +1945,7 @@ L_dasopw:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -2647,7 +2647,7 @@ L_dasonw:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -3068,7 +3068,7 @@ L_dasopn:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -3416,7 +3416,7 @@ L_dasops:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -3821,7 +3821,7 @@ L_dasllc:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -4145,7 +4145,7 @@ L_dashfs:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -4476,7 +4476,7 @@ L_dasufs:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -4861,7 +4861,7 @@ L_dashlu:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -5066,7 +5066,7 @@ L_dasluh:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -5285,7 +5285,7 @@ L_dashfn:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -5507,7 +5507,7 @@ L_dasfnh:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -5750,7 +5750,7 @@ L_dashof:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -5965,7 +5965,7 @@ L_dassih:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+@@ -6251,7 +6251,7 @@ L_dasham:
+ /* - SPICELIB Version 5.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.0.3, 16-SEP-1999 (NJB) */
+--- a/src/cspice/daswfr.c
++++ b/src/cspice/daswfr.c
+@@ -218,7 +218,7 @@ static integer c__1 = 1;
+
+ /* - SPICELIB Version 3.0.0, 11-DEC-2001 (FST) */
+
+-/* This routine was modified to accomodate the preservation */
++/* This routine was modified to accommodate the preservation */
+ /* of the FTP validation and binary file format strings that */
+ /* are not part of the DAS file record. */
+
+--- a/src/cspice/errdev.c
++++ b/src/cspice/errdev.c
+@@ -283,7 +283,7 @@ static integer c__2 = 2;
+ /* - SPICELIB Version 2.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 2.0.3, 24-SEP-1999 (NJB) */
+@@ -293,13 +293,13 @@ static integer c__2 = 2;
+ /* - SPICELIB Version 2.0.2, 28-JUL-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are PC-DIGITAL, SGI-O32 and SGI-N32. */
+
+ /* - SPICELIB Version 2.0.1, 18-MAR-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. Previously, */
++/* environments are now explicitly given. Previously, */
+ /* environments such as SUN-SUNOS and SUN-SOLARIS were implied */
+ /* by the environment label SUN. */
+
+--- a/src/cspice/excess.c
++++ b/src/cspice/excess.c
+@@ -102,7 +102,7 @@ static integer c__0 = 0;
+ /* EXCESS sets the long error message. The message has the form: */
+
+ /* An excess of <NUMBER> element(s) could */
+-/* not be accomodated in the output <STRUCT>. */
++/* not be accommodated in the output <STRUCT>. */
+
+ /* Leading and trailing blanks in STRUCT are removed. If there is */
+ /* no excess (NUMBER is zero or negative), then is blank. */
+@@ -115,12 +115,12 @@ static integer c__0 = 0;
+ /* NUMBER = 1 */
+ /* STRUCT = 'set' */
+ /* ERROR = 'An excess of 1 element could not */
+-/* be accomodated in the output set.' */
++/* be accommodated in the output set.' */
+
+ /* NUMBER = 5 */
+ /* STRUCT = 'stack' */
+ /* ERROR = An excess of 5 elements could not */
+-/* be accomodated in the output stack.' */
++/* be accommodated in the output stack.' */
+
+ /* NUMBER = 0 */
+ /* STRUCT = */
+--- a/src/cspice/fndlun.c
++++ b/src/cspice/fndlun.c
+@@ -363,7 +363,7 @@
+ /* - SPICELIB Version 6.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 6.0.3, 24-SEP-1999 (NJB) */
+@@ -373,13 +373,13 @@
+ /* - SPICELIB Version 6.0.2, 28-JUL-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are PC-DIGITAL, SGI-O32 and SGI-N32. */
+
+ /* - SPICELIB Version 6.0.1, 18-MAR-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. Previously, */
++/* environments are now explicitly given. Previously, */
+ /* environments such as SUN-SUNOS and SUN-SOLARIS were implied */
+ /* by the environment label SUN. */
+
+@@ -743,19 +743,19 @@ L_reslun:
+ /* - SPICELIB Version 6.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 6.0.2, 28-JUL-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are PC-DIGITAL, SGI-O32 and SGI-N32. */
+
+ /* - SPICELIB Version 6.0.1, 18-MAR-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. Previously, */
++/* environments are now explicitly given. Previously, */
+ /* environments such as SUN-SUNOS and SUN-SOLARIS were implied */
+ /* by the environment label SUN. */
+
+@@ -943,7 +943,7 @@ L_frelun:
+ /* - SPICELIB Version 6.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 6.0.3, 24-SEP-1999 (NJB) */
+@@ -953,13 +953,13 @@ L_frelun:
+ /* - SPICELIB Version 6.0.2, 28-JUL-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are PC-DIGITAL, SGI-O32 and SGI-N32. */
+
+ /* - SPICELIB Version 6.0.1, 18-MAR-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. Previously, */
++/* environments are now explicitly given. Previously, */
+ /* environments such as SUN-SUNOS and SUN-SOLARIS were implied */
+ /* by the environment label SUN. */
+
+--- a/src/cspice/framex.c
++++ b/src/cspice/framex.c
+@@ -269,7 +269,7 @@ static integer c__100 = 100;
+ /* - SPICELIB Version 1.5.0, 11-OCT-2011 (BVS) */
+
+ /* Increased the number of non-inertial frames from 100 to 105 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_CERES */
+ /* IAU_PALLAS */
+@@ -280,7 +280,7 @@ static integer c__100 = 100;
+ /* - SPICELIB Version 1.4.0, 11-MAY-2010 (BVS) */
+
+ /* Increased the number of non-inertial frames from 96 to 100 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_BORRELLY */
+ /* IAU_TEMPEL_1 */
+@@ -290,7 +290,7 @@ static integer c__100 = 100;
+ /* - SPICELIB Version 1.3.0, 12-DEC-2002 (BVS) */
+
+ /* Increased the number of non-inertial frames from 85 to 96 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_CALLIRRHOE */
+ /* IAU_THEMISTO */
+@@ -307,7 +307,7 @@ static integer c__100 = 100;
+ /* - SPICELIB Version 1.2.0, 02-AUG-2002 (FST) */
+
+ /* Increased the number of non-inertial frames from 81 to 85 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_PAN */
+ /* IAU_GASPRA */
+@@ -317,7 +317,7 @@ static integer c__100 = 100;
+ /* - SPICELIB Version 1.1.0, 20-FEB-1997 (WLT) */
+
+ /* Increased the number of non-inertial frames from 79 to 81 */
+-/* in order to accomodate the following earth rotation */
++/* in order to accommodate the following earth rotation */
+ /* models: */
+
+ /* ITRF93 */
+--- a/src/cspice/getfat.c
++++ b/src/cspice/getfat.c
+@@ -656,7 +656,7 @@ static integer c__1 = 1;
+ /* - SPICELIB Version 3.1.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 3.1.3, 22-SEP-1999 (NJB) */
+--- a/src/cspice/kplfrm.c
++++ b/src/cspice/kplfrm.c
+@@ -315,7 +315,7 @@ static integer c__100 = 100;
+ /* - SPICELIB Version 1.5.0, 11-OCT-2011 (BVS) */
+
+ /* Increased the number of non-inertial frames from 100 to 105 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_CERES */
+ /* IAU_PALLAS */
+@@ -326,7 +326,7 @@ static integer c__100 = 100;
+ /* - SPICELIB Version 1.4.0, 11-MAY-2010 (BVS) */
+
+ /* Increased the number of non-inertial frames from 96 to 100 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_BORRELLY */
+ /* IAU_TEMPEL_1 */
+@@ -336,7 +336,7 @@ static integer c__100 = 100;
+ /* - SPICELIB Version 1.3.0, 12-DEC-2002 (BVS) */
+
+ /* Increased the number of non-inertial frames from 85 to 96 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_CALLIRRHOE */
+ /* IAU_THEMISTO */
+@@ -353,7 +353,7 @@ static integer c__100 = 100;
+ /* - SPICELIB Version 1.2.0, 02-AUG-2002 (FST) */
+
+ /* Increased the number of non-inertial frames from 81 to 85 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_PAN */
+ /* IAU_GASPRA */
+@@ -363,7 +363,7 @@ static integer c__100 = 100;
+ /* - SPICELIB Version 1.1.0, 20-FEB-1997 (WLT) */
+
+ /* Increased the number of non-inertial frames from 79 to 81 */
+-/* in order to accomodate the following earth rotation */
++/* in order to accommodate the following earth rotation */
+ /* models: */
+
+ /* ITRF93 */
+--- a/src/cspice/lparss_c.c
++++ b/src/cspice/lparss_c.c
+@@ -108,7 +108,7 @@
+ -Exceptions
+
+
+- 1) If the size of the set is not large enough to accomodate all of
++ 1) If the size of the set is not large enough to accommodate all of
+ the items in the set, the error SPICE(SETEXCESS) is signaled.
+
+ 2) The error SPICE(NULLPOINTER) is signaled if either of the input
+--- a/src/cspice/outmsg.c
++++ b/src/cspice/outmsg.c
+@@ -388,7 +388,7 @@ static integer c__1 = 1;
+ /* - SPICELIB Version 5.1.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 5.1.3, 24-SEP-1999 (NJB) */
+--- a/src/cspice/pckpds.c
++++ b/src/cspice/pckpds.c
+@@ -117,7 +117,7 @@ static integer c__5 = 5;
+ /* value of TYPE is outside the range 2 to 1000 (inclusive). */
+ /* This does not ensure that the TYPE is a legitimate PCK */
+ /* segment type, but it is a simple check that helps avoid */
+-/* problems that arise from unitialized values or improperly */
++/* problems that arise from uninitialized values or improperly */
+ /* ordered calling arguments. */
+
+ /* $ Files */
+--- a/src/cspice/prompt.c
++++ b/src/cspice/prompt.c
+@@ -256,7 +256,7 @@ static integer c__1 = 1;
+ /* - SPICELIB Version 3.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 3.0.3, 24-SEP-1999 (NJB) */
+@@ -266,13 +266,13 @@ static integer c__1 = 1;
+ /* - SPICELIB Version 3.0.2, 28-JUL-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are PC-DIGITAL, SGI-O32 and SGI-N32. */
+
+ /* - SPICELIB Version 3.0.1, 18-MAR-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. Previously, */
++/* environments are now explicitly given. Previously, */
+ /* environments such as SUN-SUNOS and SUN-SOLARIS were implied */
+ /* by the environment label SUN. */
+
+--- a/src/cspice/prtpkg.c
++++ b/src/cspice/prtpkg.c
+@@ -253,7 +253,7 @@ logical prtpkg_0_(int n__, logical *short__, logical *long__, logical *expl,
+ /* - SPICELIB Version 3.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 3.0.3, 24-SEP-1999 (NJB) */
+@@ -523,7 +523,7 @@ L_setprt:
+ /* - SPICELIB Version 3.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 3.0.2, 28-JUL-1999 (WLT) */
+@@ -729,7 +729,7 @@ L_msgsel:
+ /* - SPICELIB Version 3.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 3.0.2, 28-JUL-1999 (WLT) */
+--- a/src/cspice/putdev.c
++++ b/src/cspice/putdev.c
+@@ -228,7 +228,7 @@
+ /* - SPICELIB Version 3.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 3.0.3, 24-SEP-1999 (NJB) */
+@@ -437,7 +437,7 @@ L_getdev:
+ /* - SPICELIB Version 3.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 3.0.3, 24-SEP-1999 (NJB) */
+--- a/src/cspice/rdtext.c
++++ b/src/cspice/rdtext.c
+@@ -401,7 +401,7 @@ static integer c__1 = 1;
+ /* - SPICELIB Version 6.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 6.0.3, 16-SEP-1999 (NJB) */
+@@ -859,7 +859,7 @@ L_cltext:
+ /* - SPICELIB Version 6.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 6.0.2, 28-JUL-1999 (WLT) */
+--- a/src/cspice/refchg.c
++++ b/src/cspice/refchg.c
+@@ -253,7 +253,7 @@ static integer c__2 = 2;
+ /* ROTATE is a 3 x 3 rotaion matrix that can be used to */
+ /* transform positions relative to the frame */
+ /* correspsonding to frame FRAME2 to positions relative */
+-/* to the frame FRAME2. More explicitely, if POS is */
++/* to the frame FRAME2. More explicitly, if POS is */
+ /* the position of some object relative to the */
+ /* reference frame of FRAME1 then POS2 is the position */
+ /* of the same object relative to FRAME2 where POS2 is */
+--- a/src/cspice/remlac.c
++++ b/src/cspice/remlac.c
+@@ -182,7 +182,7 @@
+ /* inputs. */
+
+ /* If the dimension of the array is less than one, any */
+-/* value of LOC is invalid. The old verison did not check */
++/* value of LOC is invalid. The old version did not check */
+ /* the dimension of the array, and as a result, its output */
+ /* was unpredictable. */
+
+--- a/src/cspice/remlad.c
++++ b/src/cspice/remlad.c
+@@ -179,7 +179,7 @@
+ /* inputs. */
+
+ /* If the dimension of the array is less than one, any */
+-/* value of LOC is invalid. The old verison did not check */
++/* value of LOC is invalid. The old version did not check */
+ /* the dimension of the array, and as a result, its output */
+ /* was unpredictable. */
+
+--- a/src/cspice/remlai.c
++++ b/src/cspice/remlai.c
+@@ -179,7 +179,7 @@
+ /* inputs. */
+
+ /* If the dimension of the array is less than one, any */
+-/* value of LOC is invalid. The old verison did not check */
++/* value of LOC is invalid. The old version did not check */
+ /* the dimension of the array, and as a result, its output */
+ /* was unpredictable. */
+
+--- a/src/cspice/sgfref.c
++++ b/src/cspice/sgfref.c
+@@ -683,7 +683,7 @@ static integer c__7 = 7;
+ } else {
+ setmsg_("The generic DAF segment you attempted to read has an unsupp"
+ "orted reference directory structure. The integer code given "
+- "for this structure is #. The likely cause of this anomoly is"
++ "for this structure is #. The likely cause of this anomaly is"
+ " that your version of SPICELIB needs to be updated. Contact "
+ "your system administrator or NAIF for a toolkit update. ", (
+ ftnlen)295);
+--- a/src/cspice/sgseqw.c
++++ b/src/cspice/sgseqw.c
+@@ -2862,7 +2862,7 @@ L_sgwfpk:
+
+ if (*npkts <= 0) {
+ setmsg_("The number of packets to store is not positive. The value "
+- "supplied was #. Perhaps this packet count was unitialized.", (
++ "supplied was #. Perhaps this packet count was uninitialized.", (
+ ftnlen)117);
+ errint_("#", npkts, (ftnlen)1);
+ sigerr_("SPICE(NUMPACKETSNOTPOS)", (ftnlen)23);
+@@ -3377,7 +3377,7 @@ L_sgwvpk:
+
+ if (*npkts <= 0) {
+ setmsg_("The number of packets to store is not positive. The value "
+- "supplied was #. Perhaps this packet count was unitialized.", (
++ "supplied was #. Perhaps this packet count was uninitialized.", (
+ ftnlen)117);
+ errint_("#", npkts, (ftnlen)1);
+ sigerr_("SPICE(NUMPACKETSNOTPOS)", (ftnlen)23);
+--- a/src/cspice/spcrfl.c
++++ b/src/cspice/spcrfl.c
+@@ -227,7 +227,7 @@ static integer c__1 = 1;
+ /* was used to join two parts of a comment line that may be */
+ /* broken across two comment records. The problem was, SUFFIX */
+ /* cannot know about leading/imbedded blanks when it appends, so */
+-/* blanks were inadvertantly removed when they happened to be */
++/* blanks were inadvertently removed when they happened to be */
+ /* stored at the end of comment record. */
+
+ /* Added the variable TMPLEN to record the length of the first */
+@@ -576,7 +576,7 @@ L_spcrnl:
+ /* was used to join two parts of a comment line that may be */
+ /* broken across two comment records. The problem was, SUFFIX */
+ /* cannot know about leading/imbedded blanks when it appends, so */
+-/* blanks were inadvertantly removed when they happened to be */
++/* blanks were inadvertently removed when they happened to be */
+ /* stored at the end of comment record. */
+
+ /* Added the variable TMPLEN to record the length of the first */
+--- a/src/cspice/stmp03.c
++++ b/src/cspice/stmp03.c
+@@ -386,7 +386,7 @@
+ /* - SPICELIB Version 3.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 3.0.3, 24-SEP-1999 (NJB) */
+--- a/src/cspice/timdef.c
++++ b/src/cspice/timdef.c
+@@ -424,7 +424,7 @@ static integer c__1 = 1;
+ return 0;
+ }
+ } else {
+- setmsg_("The action speficied to TIMDEF was '#'. This is not a reco"
++ setmsg_("The action specified to TIMDEF was '#'. This is not a reco"
+ "gnized action. The recognized actions are 'SET' and 'GET'. ",
+ (ftnlen)118);
+ errch_("#", action, (ftnlen)1, action_len);
+--- a/src/cspice/txtopn.c
++++ b/src/cspice/txtopn.c
+@@ -258,7 +258,7 @@
+ /* - SPICELIB Version 2.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 2.0.3, 16-SEP-1999 (NJB) */
+--- a/src/cspice/txtopr.c
++++ b/src/cspice/txtopr.c
+@@ -273,7 +273,7 @@
+ /* - SPICELIB Version 2.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 2.0.3, 16-SEP-1999 (NJB) */
+--- a/src/cspice/writln.c
++++ b/src/cspice/writln.c
+@@ -244,7 +244,7 @@ static integer c__1 = 1;
+ /* - SPICELIB Version 2.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 2.0.3, 16-SEP-1999 (NJB) */
+--- a/src/cspice/wrline.c
++++ b/src/cspice/wrline.c
+@@ -402,7 +402,7 @@ static integer c__2 = 2;
+ /* - SPICELIB Version 4.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 4.0.3, 16-SEP-1999 (NJB) */
+@@ -872,7 +872,7 @@ L_clline:
+ /* - SPICELIB Version 4.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 4.0.2, 28-JUL-1999 (WLT) */
+--- a/src/cspice/zzddhini.c
++++ b/src/cspice/zzddhini.c
+@@ -504,7 +504,7 @@ static integer c__4 = 4;
+ if (supbff[i__ - 1] == 0) {
+ chkin_("ZZDDHINI", (ftnlen)8);
+ setmsg_("The binary file format, '#', is not supported by th"
+- "is verison of the toolkit. This is a serious problem"
++ "is version of the toolkit. This is a serious problem"
+ ", contact NAIF. ", (ftnlen)130);
+ errch_("#", tmpstr, (ftnlen)1, (ftnlen)8);
+ sigerr_("SPICE(BUG)", (ftnlen)10);
+--- a/src/cspice/zzfdat.c
++++ b/src/cspice/zzfdat.c
+@@ -299,7 +299,7 @@ static integer c__126 = 126;
+ /* - SPICELIB Version 1.5.0, 11-OCT-2011 (BVS) */
+
+ /* Increased the number of non-inertial frames from 100 to 105 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_CERES */
+ /* IAU_PALLAS */
+@@ -310,7 +310,7 @@ static integer c__126 = 126;
+ /* - SPICELIB Version 1.4.0, 11-MAY-2010 (BVS) */
+
+ /* Increased the number of non-inertial frames from 96 to 100 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_BORRELLY */
+ /* IAU_TEMPEL_1 */
+@@ -320,7 +320,7 @@ static integer c__126 = 126;
+ /* - SPICELIB Version 1.3.0, 12-DEC-2002 (BVS) */
+
+ /* Increased the number of non-inertial frames from 85 to 96 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_CALLIRRHOE */
+ /* IAU_THEMISTO */
+@@ -337,7 +337,7 @@ static integer c__126 = 126;
+ /* - SPICELIB Version 1.2.0, 02-AUG-2002 (FST) */
+
+ /* Increased the number of non-inertial frames from 81 to 85 */
+-/* in order to accomodate the following PCK based frames: */
++/* in order to accommodate the following PCK based frames: */
+
+ /* IAU_PAN */
+ /* IAU_GASPRA */
+@@ -347,7 +347,7 @@ static integer c__126 = 126;
+ /* - SPICELIB Version 1.1.0, 20-FEB-1997 (WLT) */
+
+ /* Increased the number of non-inertial frames from 79 to 81 */
+-/* in order to accomodate the following earth rotation */
++/* in order to accommodate the following earth rotation */
+ /* models: */
+
+ /* ITRF93 */
+--- a/src/cspice/zzfrmch0.c
++++ b/src/cspice/zzfrmch0.c
+@@ -255,7 +255,7 @@ static integer c__2 = 2;
+ /* XFORM is a 6 x 6 state transformation matrix that can */
+ /* be used to transform states relative to the frame */
+ /* correspsonding to frame FRAME2 to states relative */
+-/* to the frame FRAME2. More explicitely, if STATE */
++/* to the frame FRAME2. More explicitly, if STATE */
+ /* is the state of some object relative to the reference */
+ /* frame of FRAME1 then STATE2 is the state of the */
+ /* same object relative to FRAME2 where STATE2 is */
+--- a/src/cspice/zzfrmch1.c
++++ b/src/cspice/zzfrmch1.c
+@@ -255,7 +255,7 @@ static integer c__2 = 2;
+ /* XFORM is a 6 x 6 state transformation matrix that can */
+ /* be used to transform states relative to the frame */
+ /* correspsonding to frame FRAME2 to states relative */
+-/* to the frame FRAME2. More explicitely, if STATE */
++/* to the frame FRAME2. More explicitly, if STATE */
+ /* is the state of some object relative to the reference */
+ /* frame of FRAME1 then STATE2 is the state of the */
+ /* same object relative to FRAME2 where STATE2 is */
+--- a/src/cspice/zzftpchk.c
++++ b/src/cspice/zzftpchk.c
+@@ -214,7 +214,7 @@ static integer c__1 = 1;
+
+ /* C */
+ /* C Check for FTP transfer errors to prevent the user from */
+-/* C inadvertantly using a damaged kernel. First read the file */
++/* C inadvertently using a damaged kernel. First read the file */
+ /* C record into a string of 1000 characters. */
+ /* C */
+ /* READ ( UNIT = LUN, REC = 1, IOSTAT = IOSTAT ) FTPTST */
+--- a/src/cspice/zzgetelm.c
++++ b/src/cspice/zzgetelm.c
+@@ -571,7 +571,7 @@ static integer c__4 = 4;
+ /* for fetching the data out of lines one and two (after a bit */
+ /* of pretty printing). Note that some of these formats have */
+ /* and implied decimal point. In particular f6.5 and f7.7 in */
+-/* all other cases the decimal points seem to be given explicitely. */
++/* all other cases the decimal points seem to be given explicitly. */
+
+ /* decode (abuf,702) epoch, xndt20, ... */
+ /* xndd60, iexp, bstar, ibexp, ... */
+@@ -699,10 +699,10 @@ static integer c__4 = 4;
+ return 0;
+ }
+
+-/* MO - mean anomoly, [0,360) */
++/* MO - mean anomaly, [0,360) */
+
+ if (mo < 0. || mo >= 360.) {
+- s_copy(error, "MO (mean anomoly) expected bounds [0,360). Actual val"
++ s_copy(error, "MO (mean anomaly) expected bounds [0,360). Actual val"
+ "ue #1", error_len, (ftnlen)58);
+ repmd_(error, "#1", &mo, &c__4, error, error_len, (ftnlen)2,
+ error_len);
+--- a/src/cspice/zzgpnm.c
++++ b/src/cspice/zzgpnm.c
+@@ -149,7 +149,7 @@
+
+ /* $ Exceptions */
+
+-/* 1) If the NAMES array cannot accomodate any more kernel variable */
++/* 1) If the NAMES array cannot accommodate any more kernel variable */
+ /* names, the error 'SPICE(KERNELPOOLFULL)' is signalled. */
+
+ /* $ Particulars */
+--- a/src/cspice/zzrefch0.c
++++ b/src/cspice/zzrefch0.c
+@@ -253,7 +253,7 @@ static integer c__2 = 2;
+ /* ROTATE is a 3 x 3 rotaion matrix that can be used to */
+ /* transform positions relative to the frame */
+ /* correspsonding to frame FRAME2 to positions relative */
+-/* to the frame FRAME2. More explicitely, if POS is */
++/* to the frame FRAME2. More explicitly, if POS is */
+ /* the position of some object relative to the */
+ /* reference frame of FRAME1 then POS2 is the position */
+ /* of the same object relative to FRAME2 where POS2 is */
+--- a/src/cspice/zzrefch1.c
++++ b/src/cspice/zzrefch1.c
+@@ -253,7 +253,7 @@ static integer c__2 = 2;
+ /* ROTATE is a 3 x 3 rotaion matrix that can be used to */
+ /* transform positions relative to the frame */
+ /* correspsonding to frame FRAME2 to positions relative */
+-/* to the frame FRAME2. More explicitely, if POS is */
++/* to the frame FRAME2. More explicitly, if POS is */
+ /* the position of some object relative to the */
+ /* reference frame of FRAME1 then POS2 is the position */
+ /* of the same object relative to FRAME2 where POS2 is */
+--- a/src/csupport/edtcmd.c
++++ b/src/csupport/edtcmd.c
+@@ -285,7 +285,7 @@ static integer c__1 = 1;
+ /* - Beta Version 2.2.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - Beta Version 2.2.3, 20-SEP-1999 (NJB) */
+--- a/src/csupport/edtcom.c
++++ b/src/csupport/edtcom.c
+@@ -341,7 +341,7 @@ static integer c__1 = 1;
+ /* - SPICELIB Version 1.4.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 1.4.3, 20-SEP-1999 (NJB) */
+--- a/src/csupport/exesys.c
++++ b/src/csupport/exesys.c
+@@ -272,7 +272,7 @@
+ /* - Beta Version 2.1.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - Beta Version 2.1.3, 22-SEP-1999 (NJB) */
+--- a/src/csupport/m2gmch.c
++++ b/src/csupport/m2gmch.c
+@@ -770,7 +770,7 @@ static integer c__5 = 5;
+ 1024, cause_len);
+ prefix_("Although I had matched a required number of"
+ " expressions in the group below, I had not y"
+- "et matched the explicitely required expressi"
++ "et matched the explicitly required expressi"
+ "on that appears prior to the META/2 \"@optio"
+ "ns\" directive in the group shown here./cr(3"
+ ":) ", &c__1, cause + cause_len, (ftnlen)220,
+@@ -799,7 +799,7 @@ static integer c__5 = 5;
+ 1024, cause_len);
+ prefix_("Although I had matched a required number of"
+ " expressions in the group below, I had not y"
+- "et matched the explicitely required expressi"
++ "et matched the explicitly required expressi"
+ "ons that appear prior to the META/2 \"@optio"
+ "ns\" directive in the group shown here. ./cr"
+ "/cr(3:) ", &c__1, cause + cause_len, (ftnlen)
+--- a/src/csupport/pltfrm.c
++++ b/src/csupport/pltfrm.c
+@@ -152,7 +152,7 @@
+ /* - Inspekt Version 1.3.1, 18-MAR-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. Previously, */
++/* environments are now explicitly given. Previously, */
+ /* environments such as SUN-SUNOS and SUN-SOLARIS were implied */
+ /* by the environment label SUN. */
+
+--- a/src/csupport/podaec.c
++++ b/src/csupport/podaec.c
+@@ -97,7 +97,7 @@
+ /* 1) If N is not positive, the pod is not changed. */
+
+ /* 2) If there is insufficient room in the pod to append all */
+-/* ofthe new elements, the pod is not changed, and the error */
++/* of the new elements, the pod is not changed, and the error */
+ /* SPICE(TOOMANYPEAS) is signalled. */
+
+ /* $ Files */
+--- a/src/csupport/podaed.c
++++ b/src/csupport/podaed.c
+@@ -93,7 +93,7 @@
+ /* 1) If N is not positive, the pod is not changed. */
+
+ /* 2) If there is insufficient room in the pod to append all */
+-/* ofthe new elements, the pod is not changed, and the error */
++/* of the new elements, the pod is not changed, and the error */
+ /* SPICE(TOOMANYPEAS) is signalled. */
+
+ /* $ Files */
+--- a/src/csupport/podaei.c
++++ b/src/csupport/podaei.c
+@@ -93,7 +93,7 @@
+ /* 1) If N is not positive, the pod is not changed. */
+
+ /* 2) If there is insufficient room in the pod to append all */
+-/* ofthe new elements, the pod is not changed, and the error */
++/* of the new elements, the pod is not changed, and the error */
+ /* SPICE(TOOMANYPEAS) is signalled. */
+
+ /* $ Files */
+--- a/src/csupport/tabrpt.c
++++ b/src/csupport/tabrpt.c
+@@ -201,7 +201,7 @@ static integer c__260 = 260;
+
+ /* Increased the internal buffer sizes and modified */
+ /* the fetching logic so that the buffer will not fill */
+-/* up and inadvertantly cut off data with no warning. */
++/* up and inadvertently cut off data with no warning. */
+
+ /* - Beta Version 2.0.0, 9-Aug-1995 (WLT) */
+
+@@ -230,7 +230,7 @@ static integer c__260 = 260;
+ /* The arrays below are used to store attributes on a column */
+ /* by column basis. */
+
+-/* STYLE is the style to be used when formating text for an */
++/* STYLE is the style to be used when formatting text for an */
+ /* individual column */
+
+ /* COUNT is a counter that is used to indicate how many components */
+--- a/src/csupport/trnlat.c
++++ b/src/csupport/trnlat.c
+@@ -151,19 +151,19 @@ static integer c__28 = 28;
+ s_copy(russan + 4400, "Unable_To_Start_File", (ftnlen)400, (ftnlen)20)
+ ;
+ s_copy(title + 384, "COMBUFFULLLNG", (ftnlen)32, (ftnlen)13);
+- s_copy(englsh + 4800, "The designer of the program has inadvertantly"
++ s_copy(englsh + 4800, "The designer of the program has inadvertently"
+ " exceeded the internal command buffer. Please keep your ses"
+ "sion log and report this problem to NAIF. ", (ftnlen)400, (
+ ftnlen)147);
+- s_copy(french + 4800, "The designer of the program has inadvertantly"
++ s_copy(french + 4800, "The designer of the program has inadvertently"
+ " exceeded the internal command buffer. Please keep your ses"
+ "sion log and report this problem to NAIF. ", (ftnlen)400, (
+ ftnlen)147);
+- s_copy(german + 4800, "The designer of the program has inadvertantly"
++ s_copy(german + 4800, "The designer of the program has inadvertently"
+ " exceeded the internal command buffer. Please keep your ses"
+ "sion log and report this problem to NAIF. ", (ftnlen)400, (
+ ftnlen)147);
+- s_copy(russan + 4800, "The designer of the program has inadvertantly"
++ s_copy(russan + 4800, "The designer of the program has inadvertently"
+ " exceeded the internal command buffer. Please keep your ses"
+ "sion log and report this problem to NAIF. ", (ftnlen)400, (
+ ftnlen)147);
+--- a/src/csupport/txtops.c
++++ b/src/csupport/txtops.c
+@@ -218,7 +218,7 @@
+ /* - SPICELIB Version 1.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 1.0.3, 21-SEP-1999 (NJB) */
+@@ -229,13 +229,13 @@
+ /* - SPICELIB Version 1.0.2, 28-JUL-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are PC-DIGITAL, SGI-O32 and SGI-N32. */
+
+ /* - SPICELIB Version 1.0.1, 18-MAR-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. Previously, */
++/* environments are now explicitly given. Previously, */
+ /* environments such as SUN-SUNOS and SUN-SOLARIS were implied */
+ /* by the environment label SUN. */
+
+--- a/src/csupport/zzgetenv.c
++++ b/src/csupport/zzgetenv.c
+@@ -281,7 +281,7 @@
+ /* - SPICELIB Version 2.0.4, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - SPICELIB Version 2.0.3, 21-SEP-1999 (NJB) */
+--- a/src/csupport/zzgetfat.c
++++ b/src/csupport/zzgetfat.c
+@@ -363,7 +363,7 @@ static integer c__1 = 1;
+ /* - Beta Version 1.0.2, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - Beta Version 1.0.1, 21-SEP-1999 (NJB) */
+--- a/src/inspkt_c/clmgr.c
++++ b/src/inspkt_c/clmgr.c
+@@ -195,7 +195,7 @@ static integer c__10 = 10;
+ /* changed and NJB modified this routine to reflect that */
+ /* change. */
+
+-/* - Version 2.0. Fixed the problem with an unitialized variable */
++/* - Version 2.0. Fixed the problem with an uninitialized variable */
+ /* D. D is no longer used. */
+
+
+--- a/src/inspkt_c/inspekt.pgm
++++ b/src/inspkt_c/inspekt.pgm
+@@ -188,7 +188,7 @@
+ /* - Inspekt Version 7.20, 08-OCT-1999 (WLT) */
+
+ /* The environment lines were expanded so that the supported */
+-/* environments are now explicitely given. New */
++/* environments are now explicitly given. New */
+ /* environments are WIN-NT */
+
+ /* - Inspekt Version 7.19, 20-SEP-1999 (NJB) */
+--- a/src/inspkt_c/nspset.c
++++ b/src/inspkt_c/nspset.c
+@@ -593,7 +593,7 @@ static integer c__1 = 1;
+ if (numfnd == 0) {
+ s_copy(error, "There is currently no column having the name '#'."
+ " To obtain a list of the columns that are available you"
+- " can use the either ofthe commands: SHOW SUMMARY or SHOW"
++ " can use either of the commands: SHOW SUMMARY or SHOW"
+ " KERNELS", error_len, (ftnlen)169);
+ repmc_(error, "#", litnam, error, error_len, (ftnlen)1, (ftnlen)
+ 80, error_len);
+--- a/src/inspkt_c/nspsho.c
++++ b/src/inspkt_c/nspsho.c
+@@ -520,7 +520,7 @@ static integer c__0 = 0;
+ if (numfnd == 0) {
+ s_copy(error, "There is currently no column having the name '#'."
+ " To obtain a list of the columns that are available you"
+- " can use the either ofthe commands: SHOW SUMMARY or SHOW"
++ " can use either of the commands: SHOW SUMMARY or SHOW"
+ " KERNELS", error_len, (ftnlen)169);
+ repmc_(error, "#", litnam, error, error_len, (ftnlen)1, (ftnlen)
+ 64, error_len);
+--- a/src/spacit_c/spacit.pgm
++++ b/src/spacit_c/spacit.pgm
+@@ -196,7 +196,7 @@ static integer c__6 = 6;
+ /* All write to standard output call replaced with TOSTDO. */
+
+ /* Operation of the binary to transfer function enhanced to */
+-/* accomodate SFDUs. See the routines: SPAT2B 2.0.0; */
++/* accommodate SFDUs. See the routines: SPAT2B 2.0.0; */
+ /* ZZGETFAT 1.0.0; ZZCONVTB 1.0.0 for details. */
+
+ /* - Beta Version 7.1.1, 14-MAR-1997 (WLT) */
+@@ -322,7 +322,7 @@ static integer c__6 = 6;
+ /* All write to standard output call replaced with TOSTDO. */
+
+ /* Operation of the binary to transfer function enhanced to */
+-/* accomodate SFDUs. See the routines: SPAT2B 2.0.0; */
++/* accommodate SFDUs. See the routines: SPAT2B 2.0.0; */
+ /* ZZGETFAT 1.0.0; ZZCONVTB 1.0.0 for details. */
+
+ /* - Beta Version 7.1.1, 14-MAR-1997 (WLT) */
+--- a/src/spkdif_c/chwcml.c
++++ b/src/spkdif_c/chwcml.c
+@@ -1494,7 +1494,7 @@ static doublereal c_b698 = 1e-8;
+ if (s_cmp(frame, " ", frame_len, (ftnlen)1) == 0) {
+ frmnam_(&ic[2], frame, frame_len);
+ if (s_cmp(frame, " ", frame_len, (ftnlen)1) == 0) {
+- setmsg_("Cannot pick default frame for this run becasue no f"
++ setmsg_("Cannot pick default frame for this run because no f"
+ "rame names were specified on the command line and th"
+ "e frame ID # picked from the SPK '#' could not be ma"
+ "pped to a frame name. Please, specify the frame rela"
+@@ -1978,7 +1978,7 @@ static doublereal c_b698 = 1e-8;
+ if (s_cmp(spk, " ", spk_len, (ftnlen)1) != 0 && s_cmp(spk + spk_len,
+ " ", spk_len, (ftnlen)1) != 0) {
+
+-/* For backward compatibility with verison 1.0.0 we will always */
++/* For backward compatibility with version 1.0.0 we will always */
+ /* run in comparison mode when two SPKs were provided. */
+
+ /* SAMPLE = EQSTR( CENNAM(1), CENNAM(2) ) .AND. */
+@@ -2300,7 +2300,7 @@ static doublereal c_b698 = 1e-8;
+
+ /* For compatibility with the version 1, set number of states */
+ /* to the default number or the number of minimum iterations */
+-/* as was done in the verison 1 if the comparison window is a */
++/* as was done in the version 1 if the comparison window is a */
+ /* single interval. */
+
+ if (wncard_(cmpwin) == 1) {
+--- a/src/tobin_c/tobin.pgm
++++ b/src/tobin_c/tobin.pgm
+@@ -228,7 +228,7 @@ static integer c__1 = 1;
+ /* - SPICELIB Version 1.2.0 20-MAR-1999 (EDW) */
+
+ /* Operation of the binary to transfer function enhanced to */
+-/* accomodate SFDUs. See the routines: ZZGETFAT 1.0.0; */
++/* accommodate SFDUs. See the routines: ZZGETFAT 1.0.0; */
+ /* ZZCONVTB 1.0.0 for details. */
+
+ /* - SPICELIB Version 1.1.0, 07-DEC-1995 (KRG) */
diff --git a/debian/patches/series b/debian/patches/series
index 931a4f6..c3c81e9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
add-support-for-amd64-architecture.patch
create-and-link-to-shared-libraries.patch
+fix-spelling-errors.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/cspice.git
More information about the Debian-astro-commits
mailing list