File: fix-spelling-errors

package info (click to toggle)
libnet-amazon-s3-tools-perl 0.08-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 296 kB
  • sloc: perl: 770; makefile: 8
file content (106 lines) | stat: -rw-r--r-- 4,825 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Description: Fix spelling errors found by lintian
Author: Axel Beckert <abe@debian.org>

Index: libnet-amazon-s3-tools-perl/s3acl
===================================================================
--- libnet-amazon-s3-tools-perl.orig/s3acl	2015-05-31 12:30:27.179703536 +0200
+++ libnet-amazon-s3-tools-perl/s3acl	2015-05-31 12:32:21.058758908 +0200
@@ -487,7 +487,7 @@
 
 =item B<--get>
 
-Retreive and display the ACL for each specified bucket or item.
+Retrieve and display the ACL for each specified bucket or item.
 
 =item B<--xml>
 
@@ -532,7 +532,7 @@
 Grants are specified in parsed form, and then joined together by
 commas with no whitespace.
 
-There is an extention to the parsed grant format. If the grantee is
+There is an extension to the parsed grant format. If the grantee is
 specified as "ANY", then it matches any and all grantees in the ACL.
 If the permission is specified as "ANY", then it matches any
 permission.  Thus
@@ -611,11 +611,11 @@
 One or more bucket names or bucket and key names, specifies an item.
 As many as possible will be be processed.
 
-If just a bucket name is given, the ACL for that bucket is retreived
+If just a bucket name is given, the ACL for that bucket is retrieved
 or modified.
 
-If a bucket name and a key, seperated by a slash, is given,
-the ACL for that key in that bucket is retreived or modified.
+If a bucket name and a key, separated by a slash, is given,
+the ACL for that key in that bucket is retrieved or modified.
 
 If a bucket name begins with one or more dashes, it might be mistaken
 for a command line option.  If this is the case, separate the command
@@ -819,7 +819,7 @@
 For items, the comments give the bucket name, the item key, and the
 Amazon canonical user string for the owner.
 
-A grant is grantee string and a permission string, seperated with a
+A grant is grantee string and a permission string, separated with a
 colon character.  A grantee can be one of the strings "OWNER",
 "WORLD", or "USERS", or a URI wrapped in angle brackets, or the email
 address of an Amazon user, or a Amazon canonical user string, which is
@@ -859,7 +859,7 @@
 Errors and warnings are very "Perl-ish", and can be confusing.
 
 Trying to access a bucket or item that does not exist or is not
-accessable by the user generates less than helpful error messages.
+accessible by the user generates less than helpful error messages.
 
 L<Net::Amazon::S3> already uses L<XML::LibXML> and
 L<XML::LibXML::XPathContext>, so this tool should use those instead of
Index: libnet-amazon-s3-tools-perl/s3get
===================================================================
--- libnet-amazon-s3-tools-perl.orig/s3get	2015-05-31 12:30:27.179703536 +0200
+++ libnet-amazon-s3-tools-perl/s3get	2015-05-31 12:32:26.274715470 +0200
@@ -195,7 +195,7 @@
 
 Errors and warnings are very "Perl-ish", and can be confusing.
 
-Trying to access an item that does not exist or is not accessable by
+Trying to access an item that does not exist or is not accessible by
 the user generates less than helpful error messages.
 
 Trying to retrieve a bucket instead of an item is silently skipped.
Index: libnet-amazon-s3-tools-perl/s3ls
===================================================================
--- libnet-amazon-s3-tools-perl.orig/s3ls	2015-05-31 12:30:27.179703536 +0200
+++ libnet-amazon-s3-tools-perl/s3ls	2015-05-31 12:32:50.282515349 +0200
@@ -284,7 +284,7 @@
 item owner, the creation date, the MD5, and the size of the item are
 also output.
 
-If a bucket name and an item key, seperated by a slash character, is
+If a bucket name and an item key, separated by a slash character, is
 specified on the command line, then the bucket name and the item key
 are output.  This is useful to check that the item actually exists.
 
@@ -316,7 +316,7 @@
 Errors and warnings are very "Perl-ish", and can be confusing.
 
 Trying to access a bucket or item that does not exist or is not
-accessable by the user generates less than helpful error messages.
+accessible by the user generates less than helpful error messages.
 
 This tool does not efficiently handle listing huge buckets, as it
 downloads and parses the entire bucket listing, before it outputs
Index: libnet-amazon-s3-tools-perl/s3put
===================================================================
--- libnet-amazon-s3-tools-perl.orig/s3put	2015-05-31 12:30:27.179703536 +0200
+++ libnet-amazon-s3-tools-perl/s3put	2015-05-31 12:32:56.658462149 +0200
@@ -219,7 +219,7 @@
 
 Errors and warnings are very "Perl-ish", and can be confusing.
 
-Trying to write to a bucket that does not exist or is not accessable by
+Trying to write to a bucket that does not exist or is not accessible by
 the user generates less than helpful error messages.
 
 Trying to put a bucket instead of an item is silently skipped.