From f6fd288cfaf9e83dd54f99d6ad253be128c8410b Mon Sep 17 00:00:00 2001 From: Noah Zalev Date: Tue, 4 Jul 2023 14:33:04 -0400 Subject: [PATCH] Typo fix --- dev/debug_osync.sh | 2 +- dev/ofunctions.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index 9d37b56..7702c4e 100755 --- a/dev/debug_osync.sh +++ b/dev/debug_osync.sh @@ -504,7 +504,7 @@ function SendAlert { fi if [ $runAlert == true ]; then - subject="Currently runing - $subject" + subject="Currently running - $subject" else subject="Finished run - $subject" fi diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index a1a3235..205803d 100755 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -512,7 +512,7 @@ function SendAlert { fi if [ $runAlert == true ]; then - subject="Currently runing - $subject" + subject="Currently running - $subject" else subject="Finished run - $subject" fi