From bc9f73a5622b607944f9291885b6489962168dae Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 24 Apr 2025 09:35:40 +0200 Subject: [PATCH] Scripts: typo --- Scripts/unused-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/unused-functions.sh b/Scripts/unused-functions.sh index af074de34..55d071edf 100755 --- a/Scripts/unused-functions.sh +++ b/Scripts/unused-functions.sh @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -PLUGINS="configure cron devices firewall interfaces run services syslog xmlprc_sync" +PLUGINS="configure cron devices firewall interfaces run services syslog xmlrpc_sync" if [ -n "${1}" ]; then cd "${1}"