changeset 31716:d05c0d7317ef stable

fix typo in previous change
author John W. Eaton <jwe@octave.org>
date Fri, 06 Jan 2023 16:51:21 -0500
parents 892955dca2b5
children bdd8170f2c09 0d84db643ed8
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Jan 06 16:44:58 2023 -0500
+++ b/configure.ac	Fri Jan 06 16:51:21 2023 -0500
@@ -1539,7 +1539,7 @@
 
 ## Check for FFTW header and library.
 OCTAVE_CHECK_LIB(fftw3, FFTW3,
-  [FFTW3 library not found.  Octave will not be able to perform fft calcuations.],
+  [FFTW3 library not found.  Octave will not be able to perform fft calculations.],
   [fftw3.h], [fftw_plan_dft_1d])
 
 OCTAVE_CHECK_LIB(fftw3f, FFTW3F,