Browse Source

Smal typo fixup s/currntly/currently

pre-master-46
Carsten Schoenert 5 years ago
committed by Holger Vogt
parent
commit
2c2e21a80c
  1. 2
      src/maths/cmaths/cmath4.c

2
src/maths/cmaths/cmath4.c

@ -162,7 +162,7 @@ cx_interpolate(void *data, short int type, int length, int *newlength, short int
grouping = length;
if (grouping != length) {
fprintf(cp_err, "Error: interpolation of multi-dimensional vectors is currntly not supported\n");
fprintf(cp_err, "Error: interpolation of multi-dimensional vectors is currently not supported\n");
return (NULL);
}
/* First do some sanity checks. */

Loading…
Cancel
Save