summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-07-25 22:33:19 -0400
committerAkim Demaille <akim.demaille@gmail.com>2018-10-05 07:01:04 +0200
commit95e1b48e2085e5a84f0a2dd4103ecd8e7b5c6492 (patch)
treec182f794a45b01c26bddf85972fbdec1ef38e26c /build-aux
parentbb077f38f7addc7af23b55964ae8924f89143a53 (diff)
downloadbison-95e1b48e2085e5a84f0a2dd4103ecd8e7b5c6492.tar.gz
spelling: complete
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/cross-options.pl2
1 files changed, 1 insertions, 1 deletions
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 (<STDIN>)
$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;