aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2018-07-30 15:57:32 +0200
committerGitHub <[email protected]>2018-07-30 15:57:32 +0200
commit93a7cfeded88e89b4431b3d5609b1f22d7b63306 (patch)
tree40f853705b70c28142838f89dfc870d6991dff7b /configure.in
parentd9d694ca3ea8a168c51145fc485a3bcbc18f6188 (diff)
parent37c11cda19bd9067a4e094fbde53b276d6ab0d3d (diff)
downloadotp-93a7cfeded88e89b4431b3d5609b1f22d7b63306.tar.gz
otp-93a7cfeded88e89b4431b3d5609b1f22d7b63306.tar.bz2
otp-93a7cfeded88e89b4431b3d5609b1f22d7b63306.zip
Merge pull request #1891 from RaimoNiskanen/raimo/can_not-should-mostly-be-cannot
OTP-14282 'can not' should mostly be 'cannot'
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 559049aca1..c3a7e5018d 100644
--- a/configure.in
+++ b/configure.in
@@ -479,7 +479,7 @@ if test -f "erts/doc/CONF_INFO"; then
fi
done
if test $havexsltproc = "no"; then
- echo ' The documentation can not be built.'
+ echo ' The documentation cannot be built.'
else
echo ' Using fakefop to generate placeholder PDF files.'
fi