Skip to content

Commit

Permalink
[src] Fix some small typos (#2060)
Browse files Browse the repository at this point in the history
  • Loading branch information
galv authored and danpovey committed Dec 4, 2017
1 parent 85fa84c commit a3441c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/feat/feature-fbank.h
Expand Up @@ -21,7 +21,7 @@
#ifndef KALDI_FEAT_FEATURE_FBANK_H_
#define KALDI_FEAT_FEATURE_FBANK_H_

#include<map>
#include <map>
#include <string>

#include "feat/feature-common.h"
Expand Down
2 changes: 1 addition & 1 deletion src/fstext/kaldi-fst-io.h
Expand Up @@ -143,7 +143,7 @@ class VectorFstTplHolder {
T *t_;
};

// Now make the original VectorFstHolder as the typedef o VectorFstHolder<StdArc>.
// Now make the original VectorFstHolder as the typedef of VectorFstHolder<StdArc>.
typedef VectorFstTplHolder<StdArc> VectorFstHolder;


Expand Down
2 changes: 1 addition & 1 deletion src/lmbin/arpa2fst.cc
Expand Up @@ -81,7 +81,7 @@ int main(int argc, char *argv[]) {

fst::SymbolTable* symbols;
if (!read_syms_filename.empty()) {
// Use existing symbols. Required symbolds must be in the table.
// Use existing symbols. Required symbols must be in the table.
kaldi::Input kisym(read_syms_filename);
symbols = fst::SymbolTable::ReadText(
kisym.Stream(), PrintableWxfilename(read_syms_filename));
Expand Down

0 comments on commit a3441c2

Please sign in to comment.