[libencode-arabic-perl] 09/10: Add one more typo fix to patch typos.diff.

gregor herrmann gregoa at debian.org
Wed Jul 30 18:17:59 UTC 2014


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

gregoa pushed a commit to branch master
in repository libencode-arabic-perl.

commit d92fd6660b08185cab1910d722ccb39cee4cb350
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jul 30 20:15:07 2014 +0200

    Add one more typo fix to patch typos.diff.
---
 debian/patches/typos.diff | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

diff --git a/debian/patches/typos.diff b/debian/patches/typos.diff
index 6a03f9a..6fece43 100644
--- a/debian/patches/typos.diff
+++ b/debian/patches/typos.diff
@@ -1,10 +1,14 @@
 Description: Fix typos
  fuction -> function in bin/*.pl
  interchangable -> interchangable in lib/Encode/Arabic.pm
-Forwarded: https://sourceforge.net/apps/trac/encode-arabic/ticket/1
+ algoritm -> algorithm in lib/Encode/Mapper.pm
+Forwarded: https://sourceforge.net/apps/trac/encode-arabic/ticket/1 (partly)
 Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
---- libencode-arabic-perl-1.8.orig/lib/Encode/Arabic.pm
-+++ libencode-arabic-perl-1.8/lib/Encode/Arabic.pm
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-07-30
+
+--- a/lib/Encode/Arabic.pm
++++ b/lib/Encode/Arabic.pm
 @@ -186,7 +186,7 @@
  =back
  
@@ -14,8 +18,8 @@ Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourcef
  
  Note that the standard L<Encode|Encode> module already deals with several other single-byte encoding
  schemes for Arabic popular with whichever operating system, be it *n*x, Windows, DOS or Macintosh.
---- libencode-arabic-perl-1.8.orig/bin/decode.pl
-+++ libencode-arabic-perl-1.8/bin/decode.pl
+--- a/bin/decode.pl
++++ b/bin/decode.pl
 @@ -61,7 +61,7 @@
  The L<Encode|Encode> library provides a unified interface for converting strings
  from different encodings into a common representation, and vice versa.
@@ -25,8 +29,8 @@ Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourcef
  the C<encode> and C<decode> methods, respectively.
  
  For the list of supported encoding schemes, please refer to L<Encode|Encode> and
---- libencode-arabic-perl-1.8.orig/bin/encode.pl
-+++ libencode-arabic-perl-1.8/bin/encode.pl
+--- a/bin/encode.pl
++++ b/bin/encode.pl
 @@ -61,7 +61,7 @@
  The L<Encode|Encode> library provides a unified interface for converting strings
  from different encodings into a common representation, and vice versa.
@@ -36,3 +40,14 @@ Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourcef
  the C<encode> and C<decode> methods, respectively.
  
  For the list of supported encoding schemes, please refer to L<Encode|Encode> and
+--- a/lib/Encode/Mapper.pm
++++ b/lib/Encode/Mapper.pm
+@@ -656,7 +656,7 @@
+ 
+ =head2 INTRO AND RULE TYPES
+ 
+-The module's core is an algoritm which, from the rules given by the user, builds a finite-state
++The module's core is an algorithm which, from the rules given by the user, builds a finite-state
+ transducer, i.e. an engine performing greedy search in the input stream and producing output
+ data and side effects relevant to the results of the search. Transducers may be linked one with
+ another, thus forming multi-level devices suitable for nontrivial encoding/decoding tasks.

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



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