aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-06-25 10:41:16 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-06-25 10:41:16 +0200
commit9c2853f2aecb53c05f9b78a223c3cbfac84327c7 (patch)
tree55d4ddf9551df7dbbc24721da2ddeb6de2e3dec4 /docs
parentaff756292275fedf21e3824aedd8b6c53b3de0f5 (diff)
curl.1: fix typo in --xattr description
Bug: http://curl.haxx.se/bug/view.cgi?id=1252 Reported-by: Jean-Noël Rouvignac
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 7c2c8631e..3da435495 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1675,7 +1675,7 @@ If this option is used several times, the last one will be used.
.IP "--xattr"
When saving output to a file, this option tells curl to store certain file
-metadata in extened file attributes. Currently, the URL is stored in the
+metadata in extended file attributes. Currently, the URL is stored in the
xdg.origin.url attribute and, for HTTP, the content type is stored in
the mime_type attribute. If the file system does not support extended
attributes, a warning is issued.