From b499398801d3d35822b6f09b080402e167b1a2b4 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Sun, 9 Aug 2020 21:08:36 +0300 Subject: [PATCH] Fix typo --- bind8/check_zone.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind8/check_zone.cgi b/bind8/check_zone.cgi index 0174fdefd..472689a0c 100755 --- a/bind8/check_zone.cgi +++ b/bind8/check_zone.cgi @@ -16,7 +16,7 @@ my $desc = &ip6int_to_net(&arpa_to_ip($zone->{'name'})); &ui_print_header($desc, $text{'check_title'}, "", undef, undef, undef, undef, &restart_links($zone)); -my $file = &make_chroot(&absolute_paht($zone->{'file'})); +my $file = &make_chroot(&absolute_path($zone->{'file'})); my @errs = &check_zone_records($zone); if (@errs) { # Show list of errors