From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: Fix typos
--- cnvkit.orig/cnvlib/commands.py
+++ cnvkit/cnvlib/commands.py
@@ -165,7 +165,7 @@
 P_batch.add_argument("--rlibpath", metavar="DIRECTORY",
         help=argparse.SUPPRESS)
 P_batch.add_argument("--rscript-path", metavar="PATH", default="Rscript",
-        help="""Path to the Rscript excecutable to use for running R code.
+        help="""Path to the Rscript executable to use for running R code.
                 Use this option to specify a non-default R installation.
                 [Default: %(default)s]""")
 
@@ -667,7 +667,7 @@
 P_segment.add_argument("--rlibpath", metavar="DIRECTORY",
         help=argparse.SUPPRESS)
 P_segment.add_argument("--rscript-path", metavar="PATH", default="Rscript",
-        help="""Path to the Rscript excecutable to use for running R code.
+        help="""Path to the Rscript executable to use for running R code.
                 Use this option to specify a non-default R installation.
                 [Default: %(default)s]""")
 P_segment.add_argument('-p', '--processes',
