From: Michael R. Crusoe <crusoe@debian.org>
Subject: Fix typos
Forwarded: https://github.com/etal/cnvkit/pull/873
--- a/cnvlib/commands.py
+++ b/cnvlib/commands.py
@@ -272,7 +272,7 @@ P_batch.add_argument(
     "--rscript-path",
     metavar="PATH",
     default="Rscript",
-    help="""Path to the Rscript excecutable to use for running R code. Use this option
+    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]""",
 )
 
@@ -1065,7 +1065,7 @@ P_segment.add_argument(
     "--rscript-path",
     metavar="PATH",
     default="Rscript",
-    help="""Path to the Rscript excecutable to use for running R code. Use this option
+    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(
