[libembperl-perl] 02/08: Add more fixes to spelling.patch.

gregor herrmann gregoa at debian.org
Mon Jun 19 21:55:42 UTC 2017


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

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

commit c3d7999376572da47a28a210a2ec16dd2af31c27
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 19 23:44:46 2017 +0200

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

diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 25f0108..fc7e6b9 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -87,6 +87,15 @@ Author: Florian Schlichting <fsfs at debian.org>
  document.
  
  =head2 $self -> GetRoot
+@@ -549,7 +549,7 @@
+ 
+ =item    '-lsearch' => 1
+ 
+-Do an linear serach instead of a binary search. This is necessary if the 
++Do an linear search instead of a binary search. This is necessary if the
+ tokens can't clearly separated.
+ 
+ =item     '-defnodetype' => ntypText,
 @@ -656,7 +656,7 @@
  The processor info gives information how to compile this token to valid
  code that can be executed later on by the processor. There could be
@@ -273,6 +282,15 @@ Author: Florian Schlichting <fsfs at debian.org>
  elsewhere in httpd.conf without the need to setup the parameters for the apllication again.
  
  
+@@ -898,7 +898,7 @@
+ 
+ =item dbgObjectSearch = 0x2000000
+ 
+-Shows how Embperl::Objects seraches sourcefiles
++Shows how Embperl::Objects searches sourcefiles
+ 
+ =item dbgCache = 0x4000000
+ 
 @@ -1085,7 +1085,7 @@
  =back
  
@@ -856,3 +874,25 @@ Author: Florian Schlichting <fsfs at debian.org>
          case rcEndtableWithoutTablerow: msg ="[%d]ERR:  %d: %s </tr> without <tr>%s%s" ; break ;
          case rcEndtextareaWithoutTextarea: msg ="[%d]ERR:  %d: %s </textarea> without <textarea>%s%s" ; break ;
          case rcEvalErr:                 msg ="[%d]ERR:  %d: %s Error in Perl code: %s%s" ; break ;
+--- a/eg/web/epwebapp.pl
++++ b/eg/web/epwebapp.pl
+@@ -188,7 +188,7 @@
+     $r -> {action_prefix} = $ENV{ACTION_PREFIX} || '' ; 
+ 
+     my $langs  = $config -> {supported_languages} ;
+-    # serach the url, if there is a language embeded,
++    # search the url, if there is a language embeded,
+     # if yes remove it
+     $r -> {selected_language} = '' ;
+     my  $accept_lang = $r -> param -> language ;
+--- a/eputil.c
++++ b/eputil.c
+@@ -1667,7 +1667,7 @@
+     
+ /* ---------------------------------------------------------------------------- */
+ /*                                                                              */
+-/* Path serach                                                                  */
++/* Path search                                                                  */
+ /*                                                                              */
+ /* ---------------------------------------------------------------------------- */
+ 

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



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