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:
authorMatthias Huck <huck@i6.informatik.rwth-aachen.de>2014-08-08 00:42:30 +0400
committerMatthias Huck <huck@i6.informatik.rwth-aachen.de>2014-08-08 00:42:30 +0400
commit3da03f4459db9ad50a60b46f4bb8cc0251faa0f7 (patch)
treee6774217552873fc256a64b6bf039f71cf8b8e14 /moses/ChartCell.cpp
parentc27cbf55eacd4c72685507b9bab624437d9adb4b (diff)
tiny changes
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 125efd204..a73e7d242 100644
--- a/moses/ChartCell.cpp
+++ b/moses/ChartCell.cpp
@@ -59,7 +59,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)