mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 15:17:21 +00:00
Fix typo in quenerate_query_config.pl comment
This commit is contained in:
parent
bb923642c3
commit
109f8b6100
@ -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 New Issue
Block a user