automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix typo in POD documentation of Automake::Channels.


From: Stefano Lattarini
Subject: [PATCH] Fix typo in POD documentation of Automake::Channels.
Date: Sat, 17 Apr 2010 15:43:14 +0200
User-agent: KMail/1.12.1 (Linux/2.6.30-2-686; KDE/4.3.2; i686; ; )

A simple typofix in POD documentation.

Regards,
    Stefano
From e2bf5c7be520596a165935509c51b52f924faf85 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <address@hidden>
Date: Sat, 17 Apr 2010 15:40:35 +0200
Subject: [PATCH] Fix typo in POD documentation of Automake::Channels.

* lib/Automake/Channels.pm: Fixed typo in POD documentation:
@<...> was used instead of C<...>.
---
 ChangeLog                |    6 ++++++
 lib/Automake/Channels.pm |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d7f3c23..77f3cc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-17  Stefano Lattarini  <address@hidden>
+
+       Fixed typo in POD documentation of Automake::Channels.
+       * lib/Automake/Channels.pm: Fixed typo in POD documentation:
+       @<...> was used instead of C<...>.
+
 2010-04-11  Ralf Wildenhues  <address@hidden>
 
        Print 'warnings are treated as errors' note if needed.
diff --git a/lib/Automake/Channels.pm b/lib/Automake/Channels.pm
index 35897a5..1fb2f53 100644
--- a/lib/Automake/Channels.pm
+++ b/lib/Automake/Channels.pm
@@ -171,7 +171,7 @@ C<$warnings_are_errors> is set.
 
 The value to update C<$exit_code> with when a fatal or error message
 is emitted.  C<$exit_code> is also updated for warnings output
-when @<$warnings_are_errors> is set.
+when C<$warnings_are_errors> is set.
 
 =item C<file =E<gt> \*STDERR>
 
-- 
1.6.5


reply via email to

[Prev in Thread] Current Thread [Next in Thread]