Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
See for details https://sourceforge.net/p/cmusphinx/bugs/476/

Thanks to Paul Gevers



git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/pocketsphinx@13289 94700074-3cef-4d97-a70e-9c8c206c02f5
  • Loading branch information
nshmyrev committed Nov 28, 2017
1 parent 9518b6d commit b386775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libpocketsphinx/mdef.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ parse_base_line(mdef_t * m, char *line, int p)

/* Read filler attribute, if present */
if (sscanf(lp, "%s%n", word, &wlen) != 1)
E_FATAL("Missing filler atribute field: %s\n", line);
E_FATAL("Missing filler attribute field: %s\n", line);
lp += wlen;
if (strcmp(word, "filler") == 0)
m->ciphone[(int) ci].filler = 1;
Expand Down

0 comments on commit b386775

Please sign in to comment.