Skip to content

Commit

Permalink
spelling fixes (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
satta authored Jan 23, 2023
1 parent ed4c55f commit a5d4965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commons/CSProfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/workflow/Databases.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ std::vector<DatabaseDownload> 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,
Expand Down

0 comments on commit a5d4965

Please sign in to comment.