[libterm-readline-zoid-perl] 13/14: Add patch to fix spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Sat May 20 10:51:09 UTC 2017


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

gregoa pushed a commit to branch master
in repository libterm-readline-zoid-perl.

commit 9f24e879c07af6458ab79241ffb84cb3127b210e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 20 12:45:09 2017 +0200

    Add patch to fix spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 69 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 2d0ee98..ee91205 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 10_return_feature_hash_instead_of_list.patch
 pod-syntax.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..813bc71
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,69 @@
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=121799
+Bug: https://rt.cpan.org/Ticket/Display.html?id=121799
+--- a/lib/Term/ReadLine/Zoid.pm
++++ b/lib/Term/ReadLine/Zoid.pm
+@@ -834,7 +834,7 @@
+ you can continue typing on the next line. This behaviour can be a bit unexpected
+ because this module has multiline support which historic readline implementations
+ have not, historically the escaping of a newline is done by the application not by the library.
+-The surpress this behaviour, and let the application do it's thing, disable the "automultiline"
++The suppress this behaviour, and let the application do it's thing, disable the "automultiline"
+ option.
+ 
+ To enter the real multiline editing mode, press 'escape m',
+@@ -947,7 +947,7 @@
+ 
+ =item I<redraw_current_line>
+ 
+-Redraw the current line. This is done all the time automaticly 
++Redraw the current line. This is done all the time automatically
+ so you'll almost never need to call this one explicitly.
+ 
+ =back
+@@ -967,7 +967,7 @@
+ 
+ =item autohistory
+ 
+-If enabled lines are added to the history automaticly,
++If enabled lines are added to the history automatically,
+ subject to L</MinLine>. By default enabled.
+ 
+ =item autoenv
+@@ -1072,7 +1072,7 @@
+ 
+ =head1 FILES
+ 
+-This module reads a rc-file on intialisation, either F<$HOME/.perl_rl_zoid_rc>,
++This module reads a rc-file on initialisation, either F<$HOME/.perl_rl_zoid_rc>,
+ F<$HOME/.zoid/perl_rl_zoid_rc> or F</etc/perl_rl_zoid_rc>.
+ The rc-file is a perl script with access to the Term::ReadLine::Zoid object through
+ the method C<current()>.
+@@ -1121,7 +1121,7 @@
+ 
+ If you want to do more with your prompt see L<Env::PS1>.
+ 
+-C<$preput> can be used to set some text on the edit line allready.
++C<$preput> can be used to set some text on the edit line already.
+ 
+ =item C<addhistory($line)>
+ 
+@@ -1129,7 +1129,7 @@
+ 
+ Add a command to the history (subject to the L</minline> option).
+ 
+-If L</autohistory> is set this method will be called automaticly by L</readline>.
++If L</autohistory> is set this method will be called automatically by L</readline>.
+ 
+ =item C<IN()>
+ 
+--- a/lib/Term/ReadLine/Zoid/ViCommand.pm
++++ b/lib/Term/ReadLine/Zoid/ViCommand.pm
+@@ -1142,7 +1142,7 @@
+ =item editor
+ 
+ Editor command used for the 'v' binding. The string is run by the L<shell> command.
+-This option defaults to the EDITOR enviroment variable or to "vi %".
++This option defaults to the EDITOR environment variable or to "vi %".
+ 
+ =item shell
+ 

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



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