From e8b11dd98b3f2c2f3541cfeb35b979dad6b8f8a0 Mon Sep 17 00:00:00 2001 From: Andres Amaya Garcia Date: Tue, 23 Oct 2018 19:53:14 +0100 Subject: [PATCH] Fix typo in quenerate_query_config.pl comment --- scripts/generate_query_config.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_query_config.pl b/scripts/generate_query_config.pl index af485ce0..e99542d7 100755 --- a/scripts/generate_query_config.pl +++ b/scripts/generate_query_config.pl @@ -47,7 +47,7 @@ while (my $line = ) { } } -# Read the fill format file into a string +# Read the full format file into a string local $/; open(FORMAT_FILE, "$query_config_format_file") or die "Opening query config format file '$query_config_format_file': $!"; my $query_config_format = ;