diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2021-05-31 12:47:15 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2021-05-31 12:47:15 +0200 |
commit | 772eacb2e32c65e0e6c63aa8050f7e65e6af696e (patch) | |
tree | 8123895d8e23487f4d66a67c6479fc5855b072eb /docs/libcurl | |
parent | 1c1d9f1affbd3367bcb24062e261d0ea5d185e3a (diff) | |
download | curl-772eacb2e32c65e0e6c63aa8050f7e65e6af696e.tar.gz |
docs: fix typos
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/libcurl-security.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-security.3 b/docs/libcurl/libcurl-security.3 index ada378192..3b868e75e 100644 --- a/docs/libcurl/libcurl-security.3 +++ b/docs/libcurl/libcurl-security.3 @@ -376,7 +376,7 @@ libcurl-using applications that set the 'setuid' bit to run with elevated or modified rights also implicitly give that extra power to libcurl and this should only be done after very careful considerations. -Giving setuid powers to the appliction means that libcurl can save files using +Giving setuid powers to the application means that libcurl can save files using those new rights (if for example the `SSLKEYLOGFILE` environment variable is set). Also: if the application wants these powers to read or manage secrets that the user is otherwise not able to view (like credentials for a login |