From 9e45f5e637c9df4f2a9627563b0fad30fac840d6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 7 Sep 2014 21:59:31 -0400 Subject: [PATCH] Hooks - Fixed typo in example hook scripts. --- scripts/hooks/on-add | 2 +- scripts/hooks/on-launch | 2 +- scripts/hooks/on-modify | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/hooks/on-add b/scripts/hooks/on-add index 633d8fba6..c01280f20 100755 --- a/scripts/hooks/on-add +++ b/scripts/hooks/on-add @@ -14,7 +14,7 @@ read new_task echo on-add # Exit: -# 0 Means: - all emitted JSON lines are added/modifiied +# 0 Means: - all emitted JSON lines are added/modified # - all emitted non-JSON lines become footnote entries # 1 Means: - all emitted JSON lines are ignored # - all emitted non-JSON lines become error entries diff --git a/scripts/hooks/on-launch b/scripts/hooks/on-launch index f3f45f098..783e2ecab 100755 --- a/scripts/hooks/on-launch +++ b/scripts/hooks/on-launch @@ -13,7 +13,7 @@ echo on-launch # Exit: -# 0 Means: - all emitted JSON lines are added/modifiied +# 0 Means: - all emitted JSON lines are added/modified # - all emitted non-JSON lines become footnote entries # 1 Means: - all emitted JSON lines are ignored # - all emitted non-JSON lines become error entries diff --git a/scripts/hooks/on-modify b/scripts/hooks/on-modify index dd5e88712..f9db99dbe 100755 --- a/scripts/hooks/on-modify +++ b/scripts/hooks/on-modify @@ -16,7 +16,7 @@ read modified_task echo on-modify # Exit: -# 0 Means: - all emitted JSON lines are added/modifiied +# 0 Means: - all emitted JSON lines are added/modified # - all emitted non-JSON lines become footnote entries # 1 Means: - all emitted JSON lines are ignored # - all emitted non-JSON lines become error entries