spelling: being

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-04-03 17:40:09 -04:00
parent cee560dd8b
commit 36e4c672a7

2
NEWS
View file

@ -1021,7 +1021,7 @@ Alban Bedel:
is not in the search path. In tree builds are working because autoconf adds 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. $(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 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. To fix this add -I$(srcdir)/include to the CPPFLAGS in Makefile.am.