From e8a13862f469de50fd2a6499b5eb4c94f34a5975 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 14 Aug 2016 09:35:39 +0200 Subject: [PATCH] Fix typos in comments --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b2009b5a0c..c5b14901b2 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ fi dnl Xmllint is used in the rules to build the documentation. It is not actually necessary, dnl but is used for post-build consistency checks. Thus, non-developers can live without it. -dnl However for it to be usefull, it needs to be a certain version and have certain features. +dnl However for it to be useful, it needs to be a certain version and have certain features. dnl The macros below check that it the xmllint available is up to scratch. If it isn't dnl then a dummy /bin/echo is subsituted instead. @@ -311,7 +311,7 @@ PSPP_READLINE dnl Checks for header files. AC_CHECK_HEADERS([sys/wait.h fpu_control.h ieeefp.h fenv.h pwd.h]) -dnl Some systems dont have SIGWINCH +dnl Some systems don't have SIGWINCH AC_CHECK_DECLS([SIGWINCH], [], [], [#include /* NetBSD declares sys_siglist in unistd.h. */ -- 2.30.2