]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/patches/man-spelling
Refresh all patches.
[sven/tclcurl.git] / debian / patches / man-spelling
1 Fix a few spelling issue flagged by lintian.
2 --- a/doc/tclcurl.n
3 +++ b/doc/tclcurl.n
4 @@ -52,7 +52,7 @@ curl and this call MUST have a correspon
5  .I cleanup
6  when the operation is completed.
7  You should perform all your sequential file transfers using the same
8 -curlHandle. This enables TclCurl to use persistant connections when
9 +curlHandle. This enables TclCurl to use persistent connections when
10  possible.
11  .sp
12  .B RETURN VALUE
13 @@ -479,7 +479,7 @@ to using the share interface instead! Se
14  
15  .TP
16  .B -buffersize
17 -Pass your prefered size for the receive buffer in TclCurl. The main point of this
18 +Pass your preferred size for the receive buffer in TclCurl. The main point of this
19  would be that the write callback gets called more often and with smaller chunks.
20  This is just treated as a request, not an order. You cannot be guaranteed to
21  actually get the given size.
22 @@ -657,7 +657,7 @@ TclCurl will automatically select the on
23  
24  .TP
25  .B anysafe
26 -It may use anything but basic, TclCurl will automaticly select the
27 +It may use anything but basic, TclCurl will automatically select the
28  one it finds most secure.
29  .RE
30  
31 @@ -971,7 +971,7 @@ a single option and thus you need to con
32  Set multiple cookies in one string like this: "name1=content1; name2=content2;"
33  etc.
34  
35 -This option sets the cookie header explictly in the outgoing request(s).
36 +This option sets the cookie header explicitly in the outgoing request(s).
37  If multiple requests are done due to authentication, followed redirections or similar,
38  they will all get this cookie passed on.
39  
40 @@ -1467,7 +1467,7 @@ than or equal to the parameter value. De
41  
42  .TP
43  .B -maxconnects
44 -Sets the persistant connection cache size in all the protocols that support 
45 +Sets the persistent connection cache size in all the protocols that support 
46  persistent conecctions. The set amount will be the maximum amount of simultaneous
47  connections that TclCurl may cache in this easy handle. Default is 5, and there
48  isn't much point in changing this value unless you are perfectly aware of how this
49 @@ -2412,7 +2412,7 @@ to pause the transfer.
50  Resumes a transfer paused with \fBcurlhandle pause\fP
51  
52  .SH curl::transfer
53 -In case you do not want to use persistant connections you can use this
54 +In case you do not want to use persistent connections you can use this
55  command, it takes the same arguments as the \fIcurlHandle\fP \fBconfigure\fP
56  and will init, configure, perform and cleanup a connection for you.
57