groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: [glilypond] Fix typo.


From: Werner LEMBERG
Subject: [groff] 01/01: [glilypond] Fix typo.
Date: Fri, 20 Mar 2015 05:57:31 +0000

wl pushed a commit to branch master
in repository groff.

commit ba8d13d944da7ee774206268db02b670beb33170
Author: Werner Lemberg <address@hidden>
Date:   Fri Mar 20 06:55:45 2015 +0100

    [glilypond] Fix typo.
    
    Problem reported by Grégoire Babey <address@hidden>.
---
 contrib/glilypond/ChangeLog    |    6 ++++++
 contrib/glilypond/glilypond.pl |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/contrib/glilypond/ChangeLog b/contrib/glilypond/ChangeLog
index 7cf6476..e124b3d 100644
--- a/contrib/glilypond/ChangeLog
+++ b/contrib/glilypond/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-20  Werner LEMBERG  <address@hidden>
+
+       * glilypond.pl <read files or stdin>: Fix typo.
+
+       Problem reported by Grégoire Babey <address@hidden>.
+
 2014-09-03  Bernd Warken  <address@hidden>
 
        * glilypond.pl: New version 1.3.1
diff --git a/contrib/glilypond/glilypond.pl b/contrib/glilypond/glilypond.pl
index 6f8dd83..48101be 100755
--- a/contrib/glilypond/glilypond.pl
+++ b/contrib/glilypond/glilypond.pl
@@ -546,7 +546,7 @@ our $Read =
        $ly = new FH_FILE($path_ly);
 
        my $include = new FH_READ_FILE($file);
-       my $res = $include->read-all(); # is a refernce to an array
+       my $res = $include->read_all(); # is a reference to an array
        foreach ( @$res ) {
         chomp;
         $ly->print($_);



reply via email to

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