1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: spelling mistake
Origin: vendor
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-06-16
--- a/lib/Device/Cdio/Track.pm
+++ b/lib/Device/Cdio/Track.pm
@@ -281,7 +281,7 @@
$isrc = $track->get_track_isrc;
Returns an empty string or the International Standard Recording Code.
-Which is presented in 4 hyphen seperated substrings: "CC-XXX-YY-NNNNN"
+Which is presented in 4 hyphen separated substrings: "CC-XXX-YY-NNNNN"
"CC" two-character ISO 3166-1 alpha-2 country code
"XXX" is a three character alphanumeric registrant code
|