diff --git a/src/System.cc b/src/System.cc index 9620b73..e5c2454 100644 --- a/src/System.cc +++ b/src/System.cc @@ -139,7 +139,7 @@ System::System(const string &strVocFile, const string &strSettingsFile, const eS if(!bVocLoad) { cerr << "Wrong path to vocabulary. " << endl; - cerr << "Falied to open at: " << strVocFile << endl; + cerr << "Failed to open at: " << strVocFile << endl; exit(-1); } cout << "Vocabulary loaded!" << endl << endl; @@ -163,7 +163,7 @@ System::System(const string &strVocFile, const string &strSettingsFile, const eS if(!bVocLoad) { cerr << "Wrong path to vocabulary. " << endl; - cerr << "Falied to open at: " << strVocFile << endl; + cerr << "Failed to open at: " << strVocFile << endl; exit(-1); } cout << "Vocabulary loaded!" << endl << endl;