From bbebfd3e5082484ed35951957b8afe0eb6f00dbc Mon Sep 17 00:00:00 2001 From: skidoodle Date: Tue, 9 Apr 2024 20:35:51 +0200 Subject: [PATCH] Update net/udpbroadcastrelay: fix typo (#3903) --- README.md | 2 +- net/udpbroadcastrelay/Makefile | 2 +- net/udpbroadcastrelay/pkg-descr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2afccc188..460c2f739 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ net/shadowsocks -- Secure socks5 proxy net/siproxd -- Siproxd is a proxy daemon for the SIP protocol net/sslh -- sslh configuration front-end net/tayga -- Tayga NAT64 -net/udpbroadcastrelay -- Control ubpbroadcastrelay processes +net/udpbroadcastrelay -- Control udpbroadcastrelay processes net/upnp -- Universal Plug and Play (UPnP IGD & PCP/NAT-PMP) Service net/vnstat -- Network traffic monitor net/wol -- Wake on LAN Service diff --git a/net/udpbroadcastrelay/Makefile b/net/udpbroadcastrelay/Makefile index 850085eb9..938cadc20 100644 --- a/net/udpbroadcastrelay/Makefile +++ b/net/udpbroadcastrelay/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= udpbroadcastrelay PLUGIN_VERSION= 1.0 PLUGIN_REVISION= 3 -PLUGIN_COMMENT= Control ubpbroadcastrelay processes +PLUGIN_COMMENT= Control udpbroadcastrelay processes PLUGIN_DEPENDS= udpbroadcastrelay PLUGIN_MAINTAINER= mjwasley@gmail.com diff --git a/net/udpbroadcastrelay/pkg-descr b/net/udpbroadcastrelay/pkg-descr index bd8f32978..b2aad1833 100644 --- a/net/udpbroadcastrelay/pkg-descr +++ b/net/udpbroadcastrelay/pkg-descr @@ -1,4 +1,4 @@ -udbproadcastrelay is a UDP multicast relayer. Its intended use is to +udpbroadcastrelay is a UDP multicast relayer. Its intended use is to rebroadbcast udp packets on a specific port across interfaces, be those interfaces physical or VLAN.