From a55354d8bcee0914366e22d97b30c0363b32d72f Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Mon, 27 Jan 2025 11:48:08 +0100 Subject: [PATCH] fix typo --- src/finufft_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finufft_core.cpp b/src/finufft_core.cpp index 6a0039131..55125f664 100644 --- a/src/finufft_core.cpp +++ b/src/finufft_core.cpp @@ -259,7 +259,7 @@ template class KernelFseries { } /* - Evaluates the Fourier transform of te kernel at a single point. + Evaluates the Fourier transform of the kernel at a single point. Inputs: k - frequency, dual to the kernel's natural argument, ie exp(i.k.z)