diff --git a/src/commons/CSProfile.cpp b/src/commons/CSProfile.cpp index b400cc352..6acf8da76 100644 --- a/src/commons/CSProfile.cpp +++ b/src/commons/CSProfile.cpp @@ -87,7 +87,7 @@ void ContextLibrary::readContextProfile(std::stringstream &in, LibraryReader &re size_t nalph = reader.ReadInt(line.c_str(), "ALPH", "Unable to parse CRF state 'ALPH'!"); if (nalph != 20){ Debug(Debug::ERROR) << "Alphabet size of serialized CRF state should be 20 " - "but is acutally" << nalph << "!\n"; + "but is actually" << nalph << "!\n"; EXIT(EXIT_FAILURE); } // If everything went fine we can resize our data memmbers diff --git a/src/workflow/Databases.cpp b/src/workflow/Databases.cpp index 6f6176e92..2bbe05397 100644 --- a/src/workflow/Databases.cpp +++ b/src/workflow/Databases.cpp @@ -124,7 +124,7 @@ std::vector downloads = {{ { } }, { "VOGDB", - "VOGDB is a continously updated resource of Virus Orthologous Groups", + "VOGDB is a continuously updated resource of Virus Orthologous Groups", "Marz et al: Challenges in RNA virus bioinformatics. Bioinformatics 30, 1793–9 (2014)", "https://vogdb.org", false, Parameters::DBTYPE_HMM_PROFILE, databases_sh, databases_sh_len,