Fix typo in quenerate_query_config.pl comment
diff --git a/scripts/generate_query_config.pl b/scripts/generate_query_config.pl
index af485ce0..e99542d 100755
--- a/scripts/generate_query_config.pl
+++ b/scripts/generate_query_config.pl
@@ -47,7 +47,7 @@
}
}
-# 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>;