summaryrefslogtreecommitdiff
path: root/lib/Automake/Channels.pm
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-17 14:17:07 -0600
committerEric Blake <eblake@redhat.com>2010-09-17 14:17:07 -0600
commit35597a759c91a414460eb8d4f9e138a64f317944 (patch)
treecba7a376c4e8467110b5380940386012366f1795 /lib/Automake/Channels.pm
parent27d06b631ca93d1fb9fc3a21013c8fd096270d9c (diff)
parent978dfcf5d79630e656a6c1e99a7a8cf2a838688a (diff)
downloadautomake-35597a759c91a414460eb8d4f9e138a64f317944.tar.gz
Merge branch 'maint'
Diffstat (limited to 'lib/Automake/Channels.pm')
-rw-r--r--lib/Automake/Channels.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Automake/Channels.pm b/lib/Automake/Channels.pm
index aeed4db66..7b30766c3 100644
--- a/lib/Automake/Channels.pm
+++ b/lib/Automake/Channels.pm
@@ -503,7 +503,7 @@ sub _print_message ($$%)
my $msg = _format_message ($location, $message, %opts);
if ($opts{'partial'})
{
- # Incomplete message. Store, don't print.
+ # Incomplete message. Store, don't print.
$partial .= $msg;
return;
}