From 1b6e39de0bc63b5e76def1f8e79bb3ba9cd7e5fe Mon Sep 17 00:00:00 2001
From: Federico Lolli <federico.lolli@skywarder.eu>
Date: Mon, 16 Oct 2023 17:46:35 +0200
Subject: [PATCH] [FFT] fixed typo

---
 src/shared/algorithms/FFT.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/shared/algorithms/FFT.h b/src/shared/algorithms/FFT.h
index 24e49593c..128d2a254 100644
--- a/src/shared/algorithms/FFT.h
+++ b/src/shared/algorithms/FFT.h
@@ -31,7 +31,7 @@ namespace Boardcore
 {
 
 /**
- * @brief Implementation of Fast Fourier Trasnform using the iterative version
+ * @brief Implementation of Fast Fourier Transform using the iterative version
  * with bit-reversal index variant of the famous Cooley-Tukey FFT algorithm.
  *
  * NOTE: N must be a power of 2
-- 
GitLab