summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-02 22:15:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-02 22:15:21 +0000
commitab9374de57891b45579fca543cbea0f51f259288 (patch)
tree628d22c178fb4c2203527be014b933fcc7978d7a
parent913e9970616b3d4166e696472e825c30b4cfcc2a (diff)
downloadgnurl-ab9374de57891b45579fca543cbea0f51f259288.tar.gz
gnurl-ab9374de57891b45579fca543cbea0f51f259288.tar.bz2
gnurl-ab9374de57891b45579fca543cbea0f51f259288.zip
spell
-rw-r--r--docs/libcurl-the-guide4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl-the-guide b/docs/libcurl-the-guide
index 27eb954d5..8c41693f5 100644
--- a/docs/libcurl-the-guide
+++ b/docs/libcurl-the-guide
@@ -949,11 +949,11 @@ Security Considerations
.netrc is a pretty handy file/feature that allows you to login quickly and
automaticly to frequently visited sites. The file contains passwords in
clear text and is a real security risk. In some cases, your .netrc is also
- stored in a home directory that is NFS mounter or used on another network
+ stored in a home directory that is NFS mounted or used on another network
based file system, so the clear text password will fly through your
network every time anyone reads that file!
- To avoid this problem, don't use .netrc files and never store passwords as
+ To avoid this problem, don't use .netrc files and never store passwords in
plain text anywhere.
Clear Text Passwords