]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl.1: typo
authorDaniel Stenberg <daniel@haxx.se>
Tue, 1 Nov 2016 09:27:40 +0000 (10:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Nov 2016 09:27:40 +0000 (10:27 +0100)
docs/curl.1

index b798d6f9e883d7f3ad9421ded5d601999cd74b0d..f5375ed7f1e1de259324c2334b8b5aa63e15504c 100644 (file)
@@ -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