aboutsummaryrefslogtreecommitdiff
path: root/lib/Music/Lyrics/LRC.pm
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-02 07:30:38 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-02 07:30:38 +1300
commit025777ccae7f2ed168103988fa17a2cc99ef79b0 (patch)
tree0b2a5405e636c8583c6d927ddfbe94c4d9e923e0 /lib/Music/Lyrics/LRC.pm
parentBump version number (diff)
downloadMusic-Lyrics-LRC-025777ccae7f2ed168103988fa17a2cc99ef79b0.tar.gz
Music-Lyrics-LRC-025777ccae7f2ed168103988fa17a2cc99ef79b0.zip
Fix typo in documentation
Diffstat (limited to 'lib/Music/Lyrics/LRC.pm')
-rw-r--r--lib/Music/Lyrics/LRC.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Music/Lyrics/LRC.pm b/lib/Music/Lyrics/LRC.pm
index f94eb46..cf69bde 100644
--- a/lib/Music/Lyrics/LRC.pm
+++ b/lib/Music/Lyrics/LRC.pm
@@ -255,8 +255,8 @@ __END__
=pod
=for stopwords
-LRC tradename licensable MERCHANTABILITY arrayref hashrefs hashref millseconds
-filehandle writeable whitespace
+LRC tradename licensable MERCHANTABILITY arrayref hashrefs hashref filehandle
+writeable whitespace
=head1 NAME
@@ -327,7 +327,7 @@ Retrieve a hashref of tag names to tag values for this lyrics file.
=head2 C<add_lyric($time, $text)>
-Add a lyric at the given non-negative time in millseconds and with the given
+Add a lyric at the given non-negative time in milliseconds and with the given
text. The text must not include newlines or carriage returns.
=head2 C<set_tag($name, $value)>