Fix approacing -> approaching typo in cut and curve plugins
authorW. Trevor King <wking@drexel.edu>
Tue, 1 Jun 2010 18:29:21 +0000 (14:29 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 1 Jun 2010 18:29:21 +0000 (14:29 -0400)
hooke/plugin/curve.py
hooke/plugin/cut.py

index b63f250e645c20a7314b16fce19a9f549f527696..dc86978c3591c04437ff440bf9870ce116322bea 100644 (file)
@@ -135,7 +135,7 @@ class ExportCommand (Command):
                 Argument(name='block', aliases=['set'], type='int', default=0,
                          help="""
 Data block to save.  For an approach/retract force curve, `0` selects
-the approacing curve and `1` selects the retracting curve.
+the approaching curve and `1` selects the retracting curve.
 """.strip()),
                 Argument(name='output', type='file', default='curve.dat',
                          help="""
@@ -164,7 +164,7 @@ class DifferenceCommand (Command):
                          default=1,
                          help="""
 Block A in A-B.  For an approach/retract force curve, `0` selects the
-approacing curve and `1` selects the retracting curve.
+approaching curve and `1` selects the retracting curve.
 """.strip()),
                 Argument(name='block two', aliases=['set two'], type='int',
                          default=0,
@@ -200,7 +200,7 @@ class DerivativeCommand (Command):
                 Argument(name='block', aliases=['set'], type='int', default=0,
                          help="""
 Data block to differentiate.  For an approach/retract force curve, `0`
-selects the approacing curve and `1` selects the retracting curve.
+selects the approaching curve and `1` selects the retracting curve.
 """.strip()),
                 Argument(name='x column', type='int', default=0,
                          help="""
@@ -235,7 +235,7 @@ class PowerSpectrumCommand (Command):
                 Argument(name='block', aliases=['set'], type='int', default=0,
                          help="""
 Data block to act on.  For an approach/retract force curve, `0`
-selects the approacing curve and `1` selects the retracting curve.
+selects the approaching curve and `1` selects the retracting curve.
 """.strip()),
                 Argument(name='f column', type='int', default=1,
                          help="""
index 18e30b96e67aba59a3908d19a70627466c49f85b..d42338ddda176067eb77998d667b4ad1721e2ac4 100644 (file)
@@ -68,7 +68,7 @@ class CutCommand (Command):
                 Argument(name='block', aliases=['set'], type='int', default=0,
                     help="""
 Data block to save.  For an approach/retract force curve, `0` selects
-the approacing curve and `1` selects the retracting curve.
+the approaching curve and `1` selects the retracting curve.
 """.strip()),
                 Argument(name='bounds', type='point', optional=False, count=2,
                          help="""