Skip to content

Commit 462bd03

Browse files
committed
chore: Correct typos in build scripts
1 parent 7f0d796 commit 462bd03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ fi
2424
# Autoreconf uses a perl script to inline includes from Makefile.am into
2525
# Makefile.in before ./configure is ever run even once ... which typically means
2626
# AX_AUTOMAKE_MACROS forfeit access to substitutions or conditional logic
27-
# because they enter the picture after those steps. We're sententially using the
27+
# because they enter the picture after those steps. We're intentionally using the
2828
# expanded value of @INC_AMINCLUDE@ directly so the include will be inlined. To
2929
# bootstrap we must pre-seed an empty file to avoid a 'file not found' error on
3030
# first run. Subsequently running ./configure will generate the correct content
31-
# based on the configuration flags and also get re-inline into Makefile.in.
31+
# based on the configuration flags and also get re-inlined into Makefile.in.
3232
touch aminclude.am
3333

3434
autoreconf --install

0 commit comments

Comments
 (0)