[libvm-ec2-perl] 04/05: Add a patch tof fix spelling mistakes in the documentation.

gregor herrmann gregoa at debian.org
Sat Jun 4 21:30:05 UTC 2016


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

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

commit 54401efd41e42f1ae779b7c13c7353ec0a92eb79
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 4 23:28:31 2016 +0200

    Add a patch tof fix spelling mistakes in the documentation.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 49 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 7bd0ebf..de7d6f7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix_man_pages.patch
 rename_binary_in_manpage.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..990d6fb
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,49 @@
+Description: fix spelling mistakes in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-06-04
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115071
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115071
+
+--- a/lib/VM/EC2/DB/PendingModifiedValues.pm
++++ b/lib/VM/EC2/DB/PendingModifiedValues.pm
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-VM::EC2::DB::PendingModifiedValues - An RDS Database Pending Modifed Values object
++VM::EC2::DB::PendingModifiedValues - An RDS Database Pending Modified Values object
+ 
+ =head1 SYNOPSIS
+ 
+--- a/lib/VM/EC2/REST/instance.pm
++++ b/lib/VM/EC2/REST/instance.pm
+@@ -289,7 +289,7 @@
+             "gp2" is the new general purpose SSD type.
+ 
+          - '<iops>': The number of I/O operations per second (IOPS) that
+-           the volume suports. A number between 100 to 4000. Only valid
++           the volume supports. A number between 100 to 4000. Only valid
+            for volumes of type "io1".
+           
+          Examples: -block_devices => '/dev/sdb=snap-7eb96d16'
+@@ -691,7 +691,7 @@
+  -block_devices           -- Specify block devices to change 
+                              deleteOnTermination flag
+  -block_device_mapping    -- Alias for -block_devices
+- -ebs_optimization        -- EBS Optmization
++ -ebs_optimization        -- EBS Optimization
+  -sriov_net_support       -- Enhanced networking support
+ 
+ Only one attribute can be changed in a single request. For example:
+--- a/lib/VM/EC2/REST/network_acl.pm
++++ b/lib/VM/EC2/REST/network_acl.pm
+@@ -95,7 +95,7 @@
+ 
+  -vpc_id            -- The VPC ID to create the ACL in
+ 
+-Retuns a VM::EC2::VPC::NetworkAcl object on success.
++Returns a VM::EC2::VPC::NetworkAcl object on success.
+ 
+ =cut
+ 

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



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