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:
parent
1a9e65bcd4
commit
b463faad92
|
|
@ -349,7 +349,7 @@ public abstract class CommandLineProgram {
|
||||||
errorPrintf("------------------------------------------------------------------------------------------%n");
|
errorPrintf("------------------------------------------------------------------------------------------%n");
|
||||||
errorPrintf("A GATK RUNTIME ERROR has occurred (version %s):%n", CommandLineGATK.getVersionNumber());
|
errorPrintf("A GATK RUNTIME ERROR has occurred (version %s):%n", CommandLineGATK.getVersionNumber());
|
||||||
errorPrintf("%n");
|
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");
|
errorPrintf("If not, please post the error, with stack trace, to the GATK forum%n");
|
||||||
printDocumentationReference();
|
printDocumentationReference();
|
||||||
if ( msg == null ) // some exceptions don't have detailed messages
|
if ( msg == null ) // some exceptions don't have detailed messages
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue