Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atks committed May 14, 2015
1 parent f211dab commit dc98f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decompose.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Igor : Program
//////////////////////////
try
{
std::string desc = "decomposes multialleic variants into biallelic in a VCF file.";
std::string desc = "decomposes multiallelic variants into biallelic in a VCF file.";

TCLAP::CmdLine cmd(desc, ' ', version);
VTOutput my; cmd.setOutput(&my);
Expand Down

0 comments on commit dc98f19

Please sign in to comment.