aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-06-16 23:56:36 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-06-16 23:56:36 +0200
commit3002990319d44cdd41569b3258df7c04e4437149 (patch)
treefee0961d57d1281f17911891416df94b04a29435
parentb3de1fad3459aa886b3ca3e1f1f91066ab0730b6 (diff)
fix typos: 'at lease' -> 'at least'
-rw-r--r--doc/ip-addr-bridge.md2
-rw-r--r--global-functions4
-rw-r--r--mod/notification-matrix2
-rw-r--r--mod/notification-telegram2
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/ip-addr-bridge.md b/doc/ip-addr-bridge.md
index 75685bb..f0b593e 100644
--- a/doc/ip-addr-bridge.md
+++ b/doc/ip-addr-bridge.md
@@ -21,7 +21,7 @@ Just install the script:
/system/scheduler/add name=ip-addr-bridge on-event="/system/script/run ip-addr-bridge;" start-time=startup;
-This will disable IP addresses on bridges without at lease one running port.
+This will disable IP addresses on bridges without at least one running port.
The IP address is enabled if at least one port is running.
Note that IP addresses on bridges without a single port (acting as loopback
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;
diff --git a/mod/notification-matrix b/mod/notification-matrix
index c3cf24f..8a74a1c 100644
--- a/mod/notification-matrix
+++ b/mod/notification-matrix
@@ -140,7 +140,7 @@
}
}
-# send notification via Matrix - expects at lease two string arguments
+# send notification via Matrix - expects at least two string arguments
:set SendMatrix do={
:global SendMatrix2;
diff --git a/mod/notification-telegram b/mod/notification-telegram
index 230dd57..7b41c5e 100644
--- a/mod/notification-telegram
+++ b/mod/notification-telegram
@@ -147,7 +147,7 @@
}
}
-# send notification via telegram - expects at lease two string arguments
+# send notification via telegram - expects at least two string arguments
:set SendTelegram do={
:global SendTelegram2;