Skip to content

Commit 2dacf71

Browse files
authored
typos (#265)
1 parent ad076cf commit 2dacf71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fft.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ alignment_of(A::FakeArray) = Int32(0)
132132
# Import and export wisdom to/from a single file for all precisions,
133133
# which is more user-friendly than requiring the user to call a
134134
# separate routine depending on the fp precision of the plans. This
135-
# requires a bit of trickness since we have to (a) use the libc file
135+
# requires a bit of trickiness since we have to (a) use the libc file
136136
# I/O routines with fftw_export_wisdom_to_file/import_wisdom_from_file
137137
# (b) we need 256 bytes of space padding between the wisdoms to work
138138
# around FFTW's internal file i/o buffering [see the BUFSZ constant in
@@ -258,7 +258,7 @@ for P in (:cFFTWPlan, :rFFTWPlan) # complex, r2c/c2r
258258
ialign::Int32 # alignment mod 16 of input
259259
oalign::Int32 # alignment mod 16 of input
260260
flags::UInt32 # planner flags
261-
region::G # region (iterable) of dims that are transormed
261+
region::G # region (iterable) of dims that are transformed
262262
pinv::ScaledPlan
263263
function $P{T,K,inplace,N,G}(plan::PlanPtr, flags::Integer, R::G,
264264
X::StridedArray{T,N}, Y::StridedArray) where {T<:fftwNumber,K,inplace,N,G}

0 commit comments

Comments
 (0)