# HG changeset patch # User John W. Eaton # Date 1673041881 18000 # Node ID d05c0d7317ef3e55f01212b394a8ce456beffd22 # Parent 892955dca2b54cc42dbdfb8e7188249848f1c8d7 fix typo in previous change diff -r 892955dca2b5 -r d05c0d7317ef configure.ac --- 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,