mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-01 16:54:38 +02:00
fix typos: 'at lease' -> 'at least'
This commit is contained in:
parent
b3de1fad34
commit
3002990319
4 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue