From 2c2e21a80c6cb14f0d1b82ecd08bba2714c7c72d Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Mon, 2 Aug 2021 12:40:31 +0200 Subject: [PATCH] Smal typo fixup s/currntly/currently --- src/maths/cmaths/cmath4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maths/cmaths/cmath4.c b/src/maths/cmaths/cmath4.c index 9dfc8a27b..c21581c00 100644 --- a/src/maths/cmaths/cmath4.c +++ b/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. */