summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-11-01 10:27:40 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-11-01 10:27:40 +0100
commite5c49b9e6976da8e055c8f59d28feb46f00a880d (patch)
treee73726d702cb1bd2bce3fc53a95f1d27e482a933
parentb744950f431d911e82097c2e989b41c3e0c56e8b (diff)
downloadgnurl-e5c49b9e6976da8e055c8f59d28feb46f00a880d.tar.gz
gnurl-e5c49b9e6976da8e055c8f59d28feb46f00a880d.tar.bz2
gnurl-e5c49b9e6976da8e055c8f59d28feb46f00a880d.zip
curl.1: typo
-rw-r--r--docs/curl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index b798d6f9e..f5375ed7f 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1246,7 +1246,7 @@ this:
curl -o aa example.com -o bb example.net
and the order of the -o options and the URLs doesn't matter, just that the
-first -o is for the fir URL and so on, so the above command line can also be
+first -o is for the first URL and so on, so the above command line can also be
written as
curl example.com example.net -o aa -o bb