]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/patches/man-spelling
Adjust d/changelog to the snapshot version.
[sven/tclcurl.git] / debian / patches / man-spelling
1 Fix a few spelling issue flagged by lintian.
2 Index: tclcurl/doc/tclcurl.n
3 ===================================================================
4 --- tclcurl.orig/doc/tclcurl.n
5 +++ tclcurl/doc/tclcurl.n
6 @@ -52,7 +52,7 @@ curl and this call MUST have a correspon
7  .I cleanup
8  when the operation is completed.
9  You should perform all your sequential file transfers using the same
10 -curlHandle. This enables TclCurl to use persistant connections when
11 +curlHandle. This enables TclCurl to use persistent connections when
12  possible.
13  .sp
14  .B RETURN VALUE
15 @@ -192,7 +192,7 @@ empty or it may be thousands of bytes.
16  
17  .TP
18  .B -file
19 -File in which the transfered data will be saved.
20 +File in which the transferred data will be saved.
21  
22  .TP
23  .B -readproc
24 @@ -213,13 +213,13 @@ server end and the transfer will end the
25  
26  .TP
27  .B -infile
28 -File from which the data will be transfered.
29 +File from which the data will be transferred.
30  
31  .TP
32  .B -progressproc
33  Name of the Tcl procedure that will invoked by TclCurl  with a frequent
34  interval during operation (roughly once per second or sooner), no matter if data
35 -is being transfered or not.  Unknown/unused
36 +is being transferred or not.  Unknown/unused
37  argument values passed to the callback will be set to zero (like if you
38  only download data, the upload size will remain 0), the prototype of the
39  procedure must be:
40 @@ -260,20 +260,20 @@ where \fBinfoType\fP specifies what kind
41  
42  .TP
43  .B -chunkbgnproc
44 -Name of the procedure that will be called before a file will be transfered by
45 +Name of the procedure that will be called before a file will be transferred by
46  ftp, it should match the following prototype:
47  .sp
48  .B ChunkBgnProc {remains}
49  .sp
50  
51 -Where remains is the number of files left to be transfered (or skipped)
52 +Where remains is the number of files left to be transferred (or skipped)
53  
54  This callback makes sense only when using the \fB-wildcard\fP option.
55  
56  .TP
57  .B -chunkbgnvar
58  Name of the variable in the global scope that will contain the data of the file about
59 -to be transfered. If you don't use this option '::fileData' will be used.
60 +to be transferred. If you don't use this option '::fileData' will be used.
61  
62  The available data is: filename, filetype (file, directory, symlink, device block, device char,
63  named pipe, socket, door or error if it couldn't be identified), time, perm, uid, gid, 
64 @@ -281,7 +281,7 @@ size, hardlinks and flags.
65  
66  .TP
67  .B -chunkendproc
68 -Name of the procedure that will be called after a file is transfered (or skipped) 
69 +Name of the procedure that will be called after a file is transferred (or skipped) 
70  by ftp, it should match the following prototype:
71  .sp
72  .B ChunkEndProc {}
73 @@ -479,7 +479,7 @@ to using the share interface instead! Se
74  
75  .TP
76  .B -buffersize
77 -Pass your prefered size for the receive buffer in TclCurl. The main point of this
78 +Pass your preferred size for the receive buffer in TclCurl. The main point of this
79  would be that the write callback gets called more often and with smaller chunks.
80  This is just treated as a request, not an order. You cannot be guaranteed to
81  actually get the given size.
82 @@ -657,7 +657,7 @@ TclCurl will automatically select the on
83  
84  .TP
85  .B anysafe
86 -It may use anything but basic, TclCurl will automaticly select the
87 +It may use anything but basic, TclCurl will automatically select the
88  one it finds most secure.
89  .RE
90  
91 @@ -972,7 +972,7 @@ a single option and thus you need to con
92  Set multiple cookies in one string like this: "name1=content1; name2=content2;"
93  etc.
94  
95 -This option sets the cookie header explictly in the outgoing request(s).
96 +This option sets the cookie header explicitly in the outgoing request(s).
97  If multiple requests are done due to authentication, followed redirections or similar,
98  they will all get this cookie passed on.
99  
100 @@ -1468,7 +1468,7 @@ than or equal to the parameter value. De
101  
102  .TP
103  .B -maxconnects
104 -Sets the persistant connection cache size in all the protocols that support 
105 +Sets the persistent connection cache size in all the protocols that support 
106  persistent conecctions. The set amount will be the maximum amount of simultaneous
107  connections that TclCurl may cache in this easy handle. Default is 5, and there
108  isn't much point in changing this value unless you are perfectly aware of how this
109 @@ -2020,7 +2020,7 @@ FTP can't get host. Couldn't resolve the
110  FTP couldn't set type. Couldn't change transfer method to either binary or
111  ascii.
112  .IP 18
113 -Partial file. Only a part of the file was transfered, this happens when
114 +Partial file. Only a part of the file was transferred, this happens when
115  the server first reports an expected transfer size and then delivers data
116  that doesn't match the given size.
117  .IP 19
118 @@ -2221,7 +2221,7 @@ negotiations that are specific to the pa
119  .TP
120  .B starttransfertime
121  Returns the time, in seconds, it took from the start until the first byte
122 -is just about to be transfered. This includes the \fBpretransfertime\fP,
123 +is just about to be transferred. This includes the \fBpretransfertime\fP,
124  and also the time the server needs to calculate the result.
125  
126  .TP
127 @@ -2413,7 +2413,7 @@ to pause the transfer.
128  Resumes a transfer paused with \fBcurlhandle pause\fP
129  
130  .SH curl::transfer
131 -In case you do not want to use persistant connections you can use this
132 +In case you do not want to use persistent connections you can use this
133  command, it takes the same arguments as the \fIcurlHandle\fP \fBconfigure\fP
134  and will init, configure, perform and cleanup a connection for you.
135  
136 Index: tclcurl/doc/tclcurl_multi.n
137 ===================================================================
138 --- tclcurl.orig/doc/tclcurl_multi.n
139 +++ tclcurl/doc/tclcurl_multi.n
140 @@ -223,7 +223,7 @@ the multi handle.
141  
142  The \fBcommand\fP option allows you to specify a command to invoke after all the easy
143  handles have finished their transfers, even though I say it is an option, the truth is
144 -you must use this command to cleanup all the handles, otherwise the transfered files
145 +you must use this command to cleanup all the handles, otherwise the transferred files
146  may not be complete.
147  
148  This support is still in a very experimental state, it may still change without warning.