summaryrefslogtreecommitdiff
path: root/lib/am/distdir.am
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-17 06:31:33 -0600
committerEric Blake <eblake@redhat.com>2010-09-17 14:07:20 -0600
commit978dfcf5d79630e656a6c1e99a7a8cf2a838688a (patch)
treed012945cec60a1f2f2d377832fb088cb084f8f5b /lib/am/distdir.am
parente09f00c8aada78d19c199bb6f7743330dc086afa (diff)
downloadautomake-978dfcf5d79630e656a6c1e99a7a8cf2a838688a.tar.gz
Avoid triple-space after period.
* automake.in (handle_single_transform): Avoid 3 spaces at sentence end. * ChangeLog.03: Likewise. * lib/Automake/ChannelDefs.pm: Likewise. * lib/Automake/Channels.pm (_print_message): Likewise. * lib/Automake/Rule.pm (rule): Likewise. * lib/Automake/Variable.pm (var): Likewise. * lib/am/distdir.am: Likewise. * tests/insthook.test: Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'lib/am/distdir.am')
-rw-r--r--lib/am/distdir.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/distdir.am b/lib/am/distdir.am
index d88656c15..e0f3bce60 100644
--- a/lib/am/distdir.am
+++ b/lib/am/distdir.am
@@ -140,7 +140,7 @@ endif %?TOPDIR_P%
## we are not stripping a legitimate filename that starts with the
## same pattern as $(srcdir)?
## Well, it can't happen without the Makefile author distributing
-## something out of the distribution (which is bad). As an example,
+## something out of the distribution (which is bad). As an example,
## consider `EXTRA_DIST = ../bar'. This is an issue if $srcdir is `..',
## however getting this value for srcdir is impossible: `EXTRA_DIST = ../bar'
## implies we are in a subdirectory (so `../bar' is within the package),