diff --git a/build-aux/cross-options.pl b/build-aux/cross-options.pl index 0f5009ce..3b6289ab 100755 --- a/build-aux/cross-options.pl +++ b/build-aux/cross-options.pl @@ -35,7 +35,7 @@ while () $arg =~ s/^=//; $arg = lc ($arg); my $dir_arg = $arg; - # If the argument is compite (e.g., for --define[=NAME[=VALUE]]), + # If the argument is complete (e.g., for --define[=NAME[=VALUE]]), # put each word in @var, to build @var{name}[=@var{value}], not # @var{name[=value]}]. $arg =~ s/(\w+)/\@var{$1}/g;