From 36e4c672a7a2eb41e5b6ef489cf040e03c5c7c48 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:40:09 -0400 Subject: [PATCH] spelling: being Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9ce3fd4..5c85eef 100644 --- a/NEWS +++ b/NEWS @@ -1021,7 +1021,7 @@ Alban Bedel: is not in the search path. In tree builds are working because autoconf adds $(top_builddir)/src/include to the search path for the generated config.h. As $(top_builddir) and $(top_srcdir) are identical during in tree builds - the search path still end up beeing somehow correct. + the search path still end up being somehow correct. To fix this add -I$(srcdir)/include to the CPPFLAGS in Makefile.am.