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

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/vocab.h')
-rw-r--r--src/data/vocab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/vocab.h b/src/data/vocab.h
index 4af82e8e..7eeca290 100644
--- a/src/data/vocab.h
+++ b/src/data/vocab.h
@@ -10,7 +10,7 @@ namespace marian {
class IVocab;
// Wrapper around vocabulary types. Can choose underlying
-// vocabulary implementation (vImpl_) based on speficied path
+// vocabulary implementation (vImpl_) based on specified path
// and suffix.
// Vocabulary implementations can currently be:
// * DefaultVocabulary for YAML (*.yml and *.yaml) and TXT (any other non-specific ending)