Skip to content

Commit

Permalink
Fix more typos in code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stweil committed Oct 23, 2024
1 parent 31e864b commit 3400ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wordrec/language_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class LanguageModel {
// (used by ComputeNgramCost()).
float ComputeDenom(BLOB_CHOICE_LIST *curr_list);

// Fills the given consistenty_info based on parent_vse.consistency_info
// Fills the given consistency_info based on parent_vse.consistency_info
// and on the consistency of the given unichar_id with parent_vse.
void FillConsistencyInfo(int curr_col, bool word_end, BLOB_CHOICE *b,
ViterbiStateEntry *parent_vse, WERD_RES *word_res,
Expand Down

0 comments on commit 3400ce7

Please sign in to comment.