Fix typo in quenerate_query_config.pl comment
This commit is contained in:
parent
bb923642c3
commit
109f8b6100
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
|
|
Loading…
Reference in a new issue