]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
dhcp.cgi: fix typo
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 18 Aug 2019 15:59:49 +0000 (17:59 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 18 Aug 2019 15:59:49 +0000 (17:59 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
html/cgi-bin/dhcp.cgi

index cefcf82ff41041be982fa91b430d78da40aea9e1..a089a61a2e9bf9222c9a41e8f03939899b532cc0 100644 (file)
@@ -20,7 +20,7 @@
 ###############################################################################
 
 use strict;
-use ecperimental 'smartmatch';
+use experimental 'smartmatch';
 
 # enable only the following on debugging purpose
 #use warnings;