From 3002990319d44cdd41569b3258df7c04e4437149 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 16 Jun 2022 23:56:36 +0200 Subject: fix typos: 'at lease' -> 'at least' --- global-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'global-functions') diff --git a/global-functions b/global-functions index c12bd54..0ac0a87 100644 --- a/global-functions +++ b/global-functions @@ -1031,7 +1031,7 @@ :return true; } -# send notification via e-mail - expects at lease two string arguments +# send notification via e-mail - expects at least two string arguments :set SendEMail do={ :global SendEMail2; @@ -1047,7 +1047,7 @@ ($NotificationFunctions->"email") ("\$NotificationFunctions->\"email\"") $Notification; } -# send notification via NotificationFunctions - expects at lease two string arguments +# send notification via NotificationFunctions - expects at least two string arguments :set SendNotification do={ :global SendNotification2; -- cgit v1.2.3-54-g00ecf