typos (thanks Jamyn!)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4264 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4d6282546d
commit
f8062527fa
30 changed files with 67 additions and 67 deletions
|
@ -5,7 +5,7 @@ Copyright (C) 2001-2002 Yaroslav Faybishenko & Justin Frankel
|
|||
|
||||
This plugin can be used from NSIS to download files via http.
|
||||
|
||||
To connect to the internet, use the Dialer pluin.
|
||||
To connect to the internet, use the Dialer plugin.
|
||||
|
||||
USAGE
|
||||
-----
|
||||
|
@ -22,7 +22,7 @@ The return value is pushed to the stack:
|
|||
"success" if success
|
||||
otherwise, an error string describing the error
|
||||
|
||||
If you don't want the progess window to appear use NSISdl::download_quiet.
|
||||
If you don't want the progress window to appear, use NSISdl::download_quiet.
|
||||
|
||||
Example of usage:
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
** so you can tell how much has been send/received. You want to do this a lot, while:
|
||||
** 4. check get_state() to check the state of the connection. The states are:
|
||||
** JNL_Connection::STATE_ERROR
|
||||
** - an error has occured on the connection. the connection has closed,
|
||||
** - an error has occurred on the connection. the connection has closed,
|
||||
** and you can no longer write to the socket (there still might be
|
||||
** data in the receive buffer - use recv_bytes_available()).
|
||||
** JNL_Connection::STATE_NOCONNECTION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue