From f5110c749ed20c15ee03817b001af30eebb9ff72 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 1 Jun 2010 14:29:21 -0400 Subject: [PATCH] Fix approacing -> approaching typo in cut and curve plugins --- hooke/plugin/curve.py | 8 ++++---- hooke/plugin/cut.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hooke/plugin/curve.py b/hooke/plugin/curve.py index b63f250..dc86978 100644 --- a/hooke/plugin/curve.py +++ b/hooke/plugin/curve.py @@ -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=""" diff --git a/hooke/plugin/cut.py b/hooke/plugin/cut.py index 18e30b9..d42338d 100644 --- a/hooke/plugin/cut.py +++ b/hooke/plugin/cut.py @@ -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=""" -- 2.26.2