Skip to content

Commit

Permalink
Merge pull request #336 from athena-team/fix_typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
tjadamlee authored Jan 18, 2021
2 parents d8421a1 + 6fb1156 commit 800388e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion athena/transform/feats/ops/kernels/spectrum.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ int Spectrum::proc_spc(const float* mic_buf, int input_size) {
int n, k;

if (input_size < i_WinLen)
std::cerr<<"Wraning: The length of input data is shorter than "<< window_length_sec_ << " s." <<std::endl;
std::cerr<<"Warning: The length of input data is shorter than "<< window_length_sec_ << " s." <<std::endl;

//malloc
pf_WINDOW = static_cast<float*>(malloc(sizeof(float) * i_WinLen));
Expand Down

0 comments on commit 800388e

Please sign in to comment.