]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tools: fix typo in configure script
authorMark Stapp <mjs@cisco.com>
Tue, 27 Feb 2024 17:36:38 +0000 (12:36 -0500)
committerMark Stapp <mjs@cisco.com>
Tue, 27 Feb 2024 17:36:38 +0000 (12:36 -0500)
Fix a small typo nit in the configure script.

Signed-off-by: Mark Stapp <mjs@cisco.com>
configure.ac

index d9fd920c7cdfaf2993eeb882e5a7dfc46de6fef1..99f24f387c64f155fc239fb02317c229f7abf228 100644 (file)
@@ -2034,7 +2034,7 @@ dnl libyang
 dnl ---------------
 PKG_CHECK_MODULES([LIBYANG], [libyang >= 2.1.128], , [
 AC_MSG_ERROR([m4_normalize([libyang >= 2.1.128 is required, and was not found on your system.
-Pleaes consult doc/developer/building-libyang.rst for instructions on installing or building libyang.])])])
+Please consult doc/developer/building-libyang.rst for instructions on installing or building libyang.])])])
 ac_cflags_save="$CFLAGS"
 CFLAGS="$CFLAGS $LIBYANG_CFLAGS"
 AC_CHECK_MEMBER([struct lyd_node.priv], [], [