From 4f06353d524651dd967ca70f630b4376e7442fd2 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 11:40:19 -0400 Subject: [PATCH] spelling: available --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 486aeafe44..ec2f011962 100644 --- a/configure.ac +++ b/configure.ac @@ -1423,7 +1423,7 @@ AC_ARG_ENABLE(generate_parser, [AC_HELP_STRING([--enable-generate-parser], bison and flex are required [default=no]])], enable_generate_parser=$enableval, enable_generate_parser=no) -# Check if flex is avaible. Flex is not needed for building Kea sources, +# Check if flex is available. Flex is not needed for building Kea sources, # unless you want to regenerate grammars AC_PROG_LEX -- 2.47.3