From 109f8b6100166d0105156ca0e34f9934ca67dda8 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 af485ce0c..e99542d7c 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 = ;