Fix approacing -> approaching typo in cut and curve plugins
[hooke.git] / hooke / plugin / curve.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="""