mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 09:25:38 +00:00
Fix typo in quenerate_query_config.pl comment
This commit is contained in:
parent
aaa6007958
commit
e8b11dd98b
|
@ -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 $/;
|
local $/;
|
||||||
open(FORMAT_FILE, "$query_config_format_file") or die "Opening query config format file '$query_config_format_file': $!";
|
open(FORMAT_FILE, "$query_config_format_file") or die "Opening query config format file '$query_config_format_file': $!";
|
||||||
my $query_config_format = <FORMAT_FILE>;
|
my $query_config_format = <FORMAT_FILE>;
|
||||||
|
|
Loading…
Reference in a new issue