[libdevice-cdio-perl] 13/17: Add more spelling fixes to 06_spelling.patch.

gregor herrmann gregoa at debian.org
Mon Oct 30 18:48:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdevice-cdio-perl.

commit c1c3edee028722d8f85515902748e2e258f872e6
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 30 18:57:26 2017 +0100

    Add more spelling fixes to 06_spelling.patch.
---
 debian/patches/06_spelling.patch | 77 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 77 insertions(+)

diff --git a/debian/patches/06_spelling.patch b/debian/patches/06_spelling.patch
index 52148fd..c6d8e5c 100644
--- a/debian/patches/06_spelling.patch
+++ b/debian/patches/06_spelling.patch
@@ -15,3 +15,80 @@ Last-Update: 2017-10-30
  
  "CC" two-character ISO 3166-1 alpha-2 country code
  "XXX" is a three character alphanumeric registrant code
+--- a/lib/Device/Cdio.pm
++++ b/lib/Device/Cdio.pm
+@@ -289,7 +289,7 @@
+ 
+ If "any" is set false then ALL capabilities listed in the extended
+ portion of capabilities (i.e. not the basic filesystem) must be
+-satisified. If "any" is set true, then if any of the capabilities
++satisfied. If "any" is set true, then if any of the capabilities
+ matches, we call that a success.
+ 
+ To find a CD-drive of any type, use the mask $perlcdio::FS_MATCH_ALL.
+--- a/lib/Device/Cdio/ISO9660/FS.pm
++++ b/lib/Device/Cdio/ISO9660/FS.pm
+@@ -38,7 +38,7 @@
+ ISO-9660 format is distinct working with a I<file> in a filesystem
+ which contains an ISO-9660 image. See also
+ L<Device::Cdio::ISO9660::IFS> for working with an ISO 9660 image
+-stored as a file in a fileystem.
++stored as a file in a filesystem.
+ 
+ =head2 CALLING ROUTINES
+ 
+--- a/lib/Device/Cdio/ISO9660/IFS.pm
++++ b/lib/Device/Cdio/ISO9660/IFS.pm
+@@ -37,7 +37,7 @@
+ 
+ An ISO-9660 image is distinct from a CD in a CD-ROM which has ISO-9660
+ tracks; the latter contains other CD-like information (e.g. tracks,
+-information or assocated with the CD). An ISO-9660 filesystem image on
++information or associated with the CD). An ISO-9660 filesystem image on
+ the other hand doesn't and is generally file in some file system,
+ sometimes with the file extension ".iso"; perhaps it can be burned
+ into a CD with a suitable tool, perhaps is can be "mounted" as a
+--- a/swig/device.swg
++++ b/swig/device.swg
+@@ -219,7 +219,7 @@
+ 
+ If "b_any" is set false then every capability listed in the
+ extended portion of capabilities (i.e. not the basic filesystem)
+-must be satisified. If "any" is set true, then if any of the
++must be satisfied. If "any" is set true, then if any of the
+ capabilities matches, we call that a success.
+ 
+ To find a CD-drive of any type, use the mask CDIO_FS_MATCH_ALL.
+--- a/lib/Device/Cdio/Device.pm
++++ b/lib/Device/Cdio/Device.pm
+@@ -479,7 +479,7 @@
+ 
+     audio_status : value
+     status_text  : audio_status as text
+-                (INVALID,ERROR,NO_STATUS,UNKNWON,playing,paused,completed)
++                (INVALID,ERROR,NO_STATUS,UNKNOWN,playing,paused,completed)
+     track : track number
+     index : index in track
+     msf time values as ints minutes, seconds,frames :
+--- a/perlcdio_wrap.c
++++ b/perlcdio_wrap.c
+@@ -1958,7 +1958,7 @@
+             a_s_t = "NO_STATUS";
+             break;
+         default:
+-            a_s_t = "UNKNWON";
++            a_s_t = "UNKNOWN";
+     }
+     hv_store(audio_st, "format", 6,
+             newSVuv(sub.format), 0);
+--- a/swig/audio.swg
++++ b/swig/audio.swg
+@@ -159,7 +159,7 @@
+             a_s_t = "NO_STATUS";
+             break;
+         default:
+-            a_s_t = "UNKNWON";
++            a_s_t = "UNKNOWN";
+     }
+     hv_store(audio_st, "format", 6,
+             newSVuv(sub.format), 0);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevice-cdio-perl.git



More information about the Pkg-perl-cvs-commits mailing list