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/ChartHypothesisCollection.cpp
parentc5b3f67877cb70a64243d9f78d4656c1244de1e9 (diff)
parent79b6b602374186d310095aea13a2f392bc1d5927 (diff)
Merge branch 'master' of github.com:moses-smt/mosesdecoder
Diffstat (limited to 'moses/ChartHypothesisCollection.cpp')
-rw-r--r--moses/ChartHypothesisCollection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartHypothesisCollection.cpp b/moses/ChartHypothesisCollection.cpp
index 3c6092837..d5a3b3d53 100644
--- a/moses/ChartHypothesisCollection.cpp
+++ b/moses/ChartHypothesisCollection.cpp
@@ -56,7 +56,7 @@ ChartHypothesisCollection::~ChartHypothesisCollection()
/** public function to add hypothesis to this collection.
* Returns false if equiv hypo exists in collection, otherwise returns true.
* Takes care of update arc list for n-best list creation.
- * Will delete hypo is it exist - once this function is call don't delete hypothesis.
+ * Will delete hypo if it exists - once this function is call don't delete hypothesis.
* \param hypo hypothesis to add
* \param manager pointer back to manager
*/