Skip to content

Commit

Permalink
Fix a couple of typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies committed Jul 16, 2011
1 parent afa264b commit c8b40cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsp.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ function DFT(bufferSize, sampleRate) {
}

/**
* Performs a forward tranform on the sample buffer.
* Performs a forward transform on the sample buffer.
* Converts a time domain signal to frequency domain spectra.
*
* @param {Array} buffer The sample buffer
Expand Down Expand Up @@ -379,7 +379,7 @@ function FFT(bufferSize, sampleRate) {
}

/**
* Performs a forward tranform on the sample buffer.
* Performs a forward transform on the sample buffer.
* Converts a time domain signal to frequency domain spectra.
*
* @param {Array} buffer The sample buffer. Buffer Length must be power of 2
Expand Down

0 comments on commit c8b40cb

Please sign in to comment.