Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'moses/ChartCell.cpp')
-rw-r--r--moses/ChartCell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartCell.cpp b/moses/ChartCell.cpp
index 269d6cdfd..1d84ba71b 100644
--- a/moses/ChartCell.cpp
+++ b/moses/ChartCell.cpp
@@ -60,7 +60,7 @@ ChartCell::~ChartCell() {}
/** Add the given hypothesis to the cell.
* Returns true if added, false if not. Maybe it already exists in the collection or score falls below threshold etc.
- * This function just calls the correspondind AddHypothesis() in ChartHypothesisCollection
+ * This function just calls the corresponding AddHypothesis() in ChartHypothesisCollection
* \param hypo Hypothesis to be added
*/
bool ChartCell::AddHypothesis(ChartHypothesis *hypo)