From 0b5ddc7f2c10ee84631dd6cb5f6368afbc389449 Mon Sep 17 00:00:00 2001 From: Brian Wignall Date: Fri, 10 Jan 2020 10:47:46 -0500 Subject: Fix more typos, via an improved Levenshtein-style corrector --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9100f85107..6ea9a82395 100644 --- a/configure.ac +++ b/configure.ac @@ -299,9 +299,9 @@ FP_DEFAULT_CHOICE_OVERRIDE_CHECK( [tables next to code], [tables apart from code], [TablesNextToCode], - [Build a tool chain with info tables layed out next to code (enabled by default when using the registerised ABI, on platforms that support it)]) + [Build a tool chain with info tables laid out next to code (enabled by default when using the registerised ABI, on platforms that support it)]) if test x"$TablesNextToCode" = xYES; then - AC_DEFINE([TABLES_NEXT_TO_CODE], [1], [Define to 1 if info tables are layed out next to code]) + AC_DEFINE([TABLES_NEXT_TO_CODE], [1], [Define to 1 if info tables are laid out next to code]) fi AC_SUBST(TablesNextToCode) -- cgit v1.2.1