diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2012-07-20 21:02:58 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2012-07-20 21:02:58 +0200 |
commit | cb787b70bf5fa16bc1f83405c16d6c092e6daf46 (patch) | |
tree | 608f11773126a15abef376b5991a75b67dea0265 /docs/FEATURES | |
parent | 0f15ed1617b0798c0469103a8b431f5d5ce9b01c (diff) | |
download | curl-cb787b70bf5fa16bc1f83405c16d6c092e6daf46.tar.gz |
Fixed some typos in documentation
Diffstat (limited to 'docs/FEATURES')
-rw-r--r-- | docs/FEATURES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FEATURES b/docs/FEATURES index 34cbebd9c..930222240 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -26,12 +26,12 @@ libcurl supports - compiles on win32 (reported builds on 40+ operating systems) - selectable network interface for outgoing traffic - IPv6 support on unix and Windows - - persistant connections + - persistent connections - socks5 support - supports user name + password in proxy environment variables - operations through proxy "tunnel" (using CONNECT) - supports large files (>2GB and >4GB) both upload/download - - replacable memory functions (malloc, free, realloc, etc) + - replaceable memory functions (malloc, free, realloc, etc) - asynchronous name resolving (*6) - both a push and a pull style interface |