Package: storebackup / 3.2.1-1

fix-spelling-error-in-manpage Patch series | 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
Description: fixes spelling errors reported by lintian info tag spelling-error-in-manpage
Author: Ryan Niebur <ryan@debian.org>

Index: storebackup/bin/llt
===================================================================
--- storebackup.orig/bin/llt	2012-06-16 03:02:41.000000000 -0700
+++ storebackup/bin/llt	2012-06-16 03:39:08.000000000 -0700
@@ -138,7 +138,7 @@
     parameter is the time since epoch
     llt print the date in a readable format
     this option can be repeated multiple times
-    llt will stop executing if no other options or params are choosen
+    llt will stop executing if no other options or params are chosen
 
 =back
 
Index: storebackup/bin/storeBackup.pl
===================================================================
--- storebackup.orig/bin/storeBackup.pl	2012-06-16 03:02:41.000000000 -0700
+++ storebackup/bin/storeBackup.pl	2012-06-16 03:39:08.000000000 -0700
@@ -391,7 +391,7 @@
 
 =item B<--ignorePerms>
 
-    If this option choosen, files will not necessarily have
+    If this option chosen, files will not necessarily have
     the same permissions and owner as the originals. This
     speeds up backups on network drives a lot. Recovery with
     storeBackupRecover.pl will restore them correctly.
@@ -618,7 +618,7 @@
 =item B<--noCompress>
 
     maximal number of parallel compress operations,
-    default = choosen automatically
+    default = chosen automatically
 
 =item B<--queueCompress>
 
@@ -690,7 +690,7 @@
 =item B<--keepWeekday>
 
     keep backups for the specified days for the specified
-    amount of time. Overwrites the default values choosen in
+    amount of time. Overwrites the default values chosen in
     --keepAll. 'Mon,Wed:40d Sat:60d10m' means:
       keep backups from Mon and Wed 40days + 5mins
       keep backups from Sat 60days + 10mins
@@ -1330,7 +1330,7 @@
 ;comprRule=
 
 # maximal number of parallel compress operations,
-# default = choosen automatically
+# default = chosen automatically
 ;noCompress=
 
 # length of queue to store files before compression,
@@ -1398,7 +1398,7 @@
 ;keepAll=
 
 # keep backups for the specified days for the specified
-# amount of time. Overwrites the default values choosen in
+# amount of time. Overwrites the default values chosen in
 # --keepAll. 'Mon,Wed:40d Sat:60d10m' means:
 # keep backups from Mon and Wed 40days + 5mins
 # keep backups from Sat 60days + 10mins
Index: storebackup/bin/storeBackupDel.pl
===================================================================
--- storebackup.orig/bin/storeBackupDel.pl	2012-06-16 03:02:41.000000000 -0700
+++ storebackup/bin/storeBackupDel.pl	2012-06-16 03:39:08.000000000 -0700
@@ -177,7 +177,7 @@
 =item B<--keepWeekday>
 
 		    keep backups for the specified days for the specified
-		    amount of time. Overwrites the default values choosen in
+		    amount of time. Overwrites the default values chosen in
 		    --keepAll. 'Mon,Wed:40d Sat:60d10m' means:
 			keep backups of Mon and Wed 40days + 5mins
 			keep backups of Sat 60days + 10mins
Index: storebackup/bin/storeBackupSearch.pl
===================================================================
--- storebackup.orig/bin/storeBackupSearch.pl	2012-06-16 03:02:41.000000000 -0700
+++ storebackup/bin/storeBackupSearch.pl	2012-06-16 03:39:08.000000000 -0700
@@ -154,7 +154,7 @@
 
 =item B<--parJobs>, B<-p>
 
-    number of parallel jobs, default = choosen automaticly
+    number of parallel jobs, default = chosen automatically
 
 =item B<--debug>, B<-d>
 
@@ -168,7 +168,7 @@
 
     Root directories of backups where to search relative
     to backupDir. If no directories are specified, all
-    backups below backupDir are choosen.
+    backups below backupDir are chosen.
 
 =back
 
@@ -232,7 +232,7 @@
 # write search result also to file
 ;writeToFile=
 
-# number of parallel jobs, default = choosen automaticly
+# number of parallel jobs, default = chosen automatically
 ;parJobs=
 
 # debug level, possible values are 0, 1, 2, default = 0
Index: storebackup/bin/storeBackupUpdateBackup.pl
===================================================================
--- storebackup.orig/bin/storeBackupUpdateBackup.pl	2012-06-16 03:02:41.000000000 -0700
+++ storebackup/bin/storeBackupUpdateBackup.pl	2012-06-16 03:39:08.000000000 -0700
@@ -143,7 +143,7 @@
 
 =item B<--autorepair>, B<-a>
 
-    repair simple inconsistencies automaticly without
+    repair simple inconsistencies automatically without
     requesting the action
 
 =item B<--print>
@@ -170,7 +170,7 @@
 =item B<--noCompress>
 
     maximal number of parallel compress operations,
-    default = choosen automatically
+    default = chosen automatically
 
 =item B<--checkOnly> B<-c>
 
Index: storebackup/bin/storeBackupls.pl
===================================================================
--- storebackup.orig/bin/storeBackupls.pl	2012-06-16 03:02:41.000000000 -0700
+++ storebackup/bin/storeBackupls.pl	2012-06-16 03:39:08.000000000 -0700
@@ -122,7 +122,7 @@
 
 =item B<--verbose>, B<-v>
 
-    additional informations about the backup directories
+    additional information about the backup directories
 
 =item B<--print>