FHEM Forum

FHEM => Automatisierung => Thema gestartet von: betateilchen am 07 März 2021, 13:15:24

Titel: [patch] 91_notify.pm - commandref typo
Beitrag von: betateilchen am 07 März 2021, 13:15:24
Hallo Rudi,

kleine typos in der commandref zu notify.


Index: 91_notify.pm
===================================================================
--- 91_notify.pm        (Revision 23905)
+++ 91_notify.pm        (Arbeitskopie)
@@ -554,7 +554,7 @@
     <a name="ignoreRegexp"></a>
     <li>ignoreRegexp regexp<br>
         It is hard to create a regexp which is _not_ matching something, this
-        attribute helps in this case, as the event is ignored if matches the
+        attribute helps in this case, as the event is ignored if it matches the
         argument. The syntax is the same as for the original regexp.
         </li>

@@ -784,8 +784,8 @@
     <a name="ignoreRegexp"></a>
     <li>ignoreRegexp regexp<br>
         Es ist nicht immer einfach ein Regexp zu bauen, was etwas _nicht_
-        matcht. Dieses Attribu hilft in diesen F&auml;llen: das Event wird
-        ignoriert, falls den angegebenen Regexp matcht. Syntax ist gleich wie
+        matcht. Dieses Attribut hilft in diesen F&auml;llen: das Event wird
+        ignoriert, falls es den angegebenen Regexp matcht. Syntax ist gleich wie
         in der Definition.
         </li>
Titel: Antw:[patch] 91_notify.pm - commandref typo
Beitrag von: rudolfkoenig am 07 März 2021, 19:58:34
Danke, habs eingecheckt.