From 2de0f49f8fa4d709a672a0335c5281c89b30607f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 18 Aug 2019 17:59:49 +0200 Subject: [PATCH] dhcp.cgi: fix typo Signed-off-by: Arne Fitzenreiter --- html/cgi-bin/dhcp.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/dhcp.cgi b/html/cgi-bin/dhcp.cgi index cefcf82ff4..a089a61a2e 100644 --- a/html/cgi-bin/dhcp.cgi +++ b/html/cgi-bin/dhcp.cgi @@ -20,7 +20,7 @@ ############################################################################### use strict; -use ecperimental 'smartmatch'; +use experimental 'smartmatch'; # enable only the following on debugging purpose #use warnings; -- 2.39.5