From cee6abd501832caab85a7ff9de25b7856eb2a84d Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 22 Mar 2020 00:49:48 +0100 Subject: [PATCH] Documentation typo --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 93cc336..8d896aa 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,8 @@ AC_CHECK_LIB([pthread], [pthread_create], [], [AC_MSG_ERROR([Cannot find libpthr AC_CHECK_LIB([util], [forkpty], [], [AC_MSG_ERROR([Cannot find libutil.])]) PKG_CHECK_MODULES(LIBSYSTEMD, [libsystemd], [AC_DEFINE(HAVE_SYSTEMD)], [AC_MSG_RESULT([libsystemd not present])]) -# we assume presence of the follwowing C standard headers -# and ommit them in the follwoing header checks +# we assume presence of the following C standard headers +# and omit them in the following header checks # # assert.h # ctype.h -- GitLab