Fix typo in quenerate_query_config.pl comment

This commit is contained in:
Andres Amaya Garcia 2018-10-23 19:53:14 +01:00
parent bb923642c3
commit 109f8b6100

View file

@ -47,7 +47,7 @@ while (my $line = <CONFIG_FILE>) {
}
}
# 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 = <FORMAT_FILE>;