Spelling
Found by Lintian, patches provided by C. Schoenert
This commit is contained in:
parent
7af862af3d
commit
0648d5e844
|
|
@ -13794,7 +13794,7 @@ New include File:
|
|||
2010-10-09 Robert Larice
|
||||
* src/include/complex.h :
|
||||
!REVERT! remove typedef for _complex, which is used nowhere
|
||||
this breaks MSVC, currently unkown why, FIXME
|
||||
this breaks MSVC, currently unknown why, FIXME
|
||||
|
||||
2010-10-09 Robert Larice
|
||||
* src/frontend/parse-bison.c ,
|
||||
|
|
|
|||
|
|
@ -330,7 +330,7 @@ cp_usrset(struct variable *var, bool isset)
|
|||
ft_stricterror = isset;
|
||||
if (ft_ngdebug)
|
||||
fprintf(stdout, "Note: strict_errorhandling is set\n");
|
||||
/* Immediately bail out when spinit error has occured */
|
||||
/* Immediately bail out when spinit error has occurred */
|
||||
if (ft_spiniterror)
|
||||
controlled_exit(EXIT_BAD);
|
||||
} else if (eq(var->va_name, "rawfileprec")) {
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ typedef struct /* 64-bit version (otherwise same as above) */
|
|||
#define KLU_EMPTY_MATRIX (2) /* Modified by Francesco Lannutti - Case when the matrix is empty */
|
||||
#define KLU_OUT_OF_MEMORY (-2)
|
||||
#define KLU_INVALID (-3)
|
||||
#define KLU_TOO_LARGE (-4) /* integer overflow has occured */
|
||||
#define KLU_TOO_LARGE (-4) /* integer overflow has occurred */
|
||||
|
||||
typedef struct klu_common_struct
|
||||
{
|
||||
|
|
|
|||
|
|
@ -336,9 +336,9 @@ void cm_filesource(ARGS) /* structure holding parms, inputs, outputs, etc.
|
|||
loc->timeinterval[1] = loc->indata->datavec[loc->indata->actpointer + stepsize];
|
||||
|
||||
if (terr)
|
||||
cm_message_printf("WARNING: some error occured during reading the time values");
|
||||
cm_message_printf("WARNING: some error occurred during reading the time values");
|
||||
if (derr)
|
||||
cm_message_printf("WARNING: some error occured during reading the data values");
|
||||
cm_message_printf("WARNING: some error occurred during reading the data values");
|
||||
}
|
||||
|
||||
loc = STATIC_VAR (locdata);
|
||||
|
|
|
|||
Loading…
Reference in New Issue