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:
authorBarry Haddow <barry.haddow@gmail.com>2014-08-11 14:49:38 +0400
committerBarry Haddow <barry.haddow@gmail.com>2014-08-11 14:49:38 +0400
commit27eee55a57d08b2f2cd30cd28aa8ab5e1145cfec (patch)
treeaecacd65653133474b42b4eaeea3b48bf78a9d4c /moses/ChartCell.cpp
parentc5b3f67877cb70a64243d9f78d4656c1244de1e9 (diff)
parent79b6b602374186d310095aea13a2f392bc1d5927 (diff)
Merge branch 'master' of github.com:moses-smt/mosesdecoder
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)