Smal typo fixup s/currntly/currently

This commit is contained in:
Carsten Schoenert 2021-08-02 12:40:31 +02:00 committed by Holger Vogt
parent d9a140c213
commit 2c2e21a80c
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ cx_interpolate(void *data, short int type, int length, int *newlength, short int
grouping = length; grouping = length;
if (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); return (NULL);
} }
/* First do some sanity checks. */ /* First do some sanity checks. */