File: spellings.patch

package info (click to toggle)
libamazon-s3-perl 0.45-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 180 kB
  • ctags: 84
  • sloc: perl: 844; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 993 bytes parent folder | download
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
Description: Fix spellings
Author: Christopher Hoskin <christopher.hoskin@gmail.com>
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=119229
Last-Update: 2016-12-13
--- a/lib/Amazon/S3.pm
+++ b/lib/Amazon/S3.pm
@@ -692,7 +692,7 @@
 
 =item acl_short (optional)
 
-See the set_acl subroutine for documenation on the acl_short options
+See the set_acl subroutine for documentation on the acl_short options
 
 =back
 
--- a/lib/Amazon/S3/Bucket.pm
+++ b/lib/Amazon/S3/Bucket.pm
@@ -328,9 +328,9 @@
 library would send and add headers that are not typically
 required for S3 interactions.
 
-In addition to additional and overriden HTTP headers, this
+In addition to additional and overridden HTTP headers, this
 HASHREF can have a C<acl_short> key to set the permissions
-(access) of the resource without a seperate call via
+(access) of the resource without a separate call via
 C<add_acl> or in the form of an XML document.  See the
 documentation in C<add_acl> for the values and usage.