]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
manager.conf.sample: Fix mathcing typo
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 24 Sep 2024 17:11:07 +0000 (11:11 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 25 Sep 2024 12:59:15 +0000 (12:59 +0000)
configs/samples/manager.conf.sample

index a8e3e7ed5f4268b61649b5d993008c346e7c2072..e5f172ad666d1d3164ca2f38349db3158b257d7b 100644 (file)
@@ -263,7 +263,7 @@ Both Legacy and Advanced filter entries are processed as follows:
 ;eventfilter(action(include),name(Hangup)) =
 ;eventfilter(header(Channel),action(exclude),method(starts_with)) = Local/
 ; No regexes at all.  We do the hash match against the event names first and
-; only mathcing events are passed to the next filter.
+; only matching events are passed to the next filter.
 ; Then, in only those events, we look for a Channel header by exact match, then
 ; look for 'Local/' at the beginning of its value.