File: spelling.patch

package info (click to toggle)
libvm-ec2-perl 1.28-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,524 kB
  • sloc: perl: 12,047; makefile: 8
file content (49 lines) | stat: -rw-r--r-- 1,726 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Description: fix spelling mistakes in the POD
Origin: vendor
Author: gregor herrmann <gregoa@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