Fix assorted spelling and wording issues

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2021-10-20 12:29:47 +01:00
parent ae7bd3513c
commit d64f4b249c
4 changed files with 6 additions and 6 deletions

View file

@ -50,7 +50,7 @@ if( @ARGV ) {
unless( -f $config_file && -f $query_config_format_file ) {
chdir '..' or die;
-f $config_file && -f $query_config_format_file
or die "Without arguments, must be run from root or a subdirectory\n";
or die "No arguments supplied, must be run from project root or a first-level subdirectory\n";
}
}