From: Arne Fitzenreiter Date: Sun, 18 Aug 2019 15:59:49 +0000 (+0200) Subject: dhcp.cgi: fix typo X-Git-Tag: v2.23-core136~7^2~55^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2de0f49f8fa4d709a672a0335c5281c89b30607f;p=ipfire-2.x.git dhcp.cgi: fix typo Signed-off-by: Arne Fitzenreiter --- 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;