Fixing typo

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5487 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2011-03-22 03:57:11 +00:00
parent 1a9e65bcd4
commit b463faad92
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ public abstract class CommandLineProgram {
errorPrintf("------------------------------------------------------------------------------------------%n");
errorPrintf("A GATK RUNTIME ERROR has occurred (version %s):%n", CommandLineGATK.getVersionNumber());
errorPrintf("%n");
errorPrintf("Please visit to wiki to see if this is a known problem%n");
errorPrintf("Please visit the wiki to see if this is a known problem%n");
errorPrintf("If not, please post the error, with stack trace, to the GATK forum%n");
printDocumentationReference();
if ( msg == null ) // some exceptions don't have detailed messages