Skip to content

Commit c174cd4

Browse files
authored
Merge pull request #524 from aSemy/patch-1
AudioFFTResult typo: frequncy -> frequency
2 parents b9c1334 + c8dfc2a commit c174cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AudioLibs/AudioFFT.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct AudioFFTResult {
2424
float magnitude;
2525
float frequency;
2626

27-
int frequncyAsInt(){
27+
int frequencyAsInt(){
2828
return round(frequency);
2929
}
3030
const char* frequencyAsNote() {
@@ -355,4 +355,4 @@ class AudioFFTBase : public AudioPrint {
355355

356356

357357

358-
}
358+
}

0 commit comments

Comments
 (0)